{
}}
>
{t("hydra_cloud_feature_found")}
-
+
);
diff --git a/src/types/index.ts b/src/types/index.ts
index 54a3993e..7c0aea2b 100644
--- a/src/types/index.ts
+++ b/src/types/index.ts
@@ -14,6 +14,11 @@ export type GameShop = "steam" | "epic";
export type FriendRequestAction = "ACCEPTED" | "REFUSED" | "CANCEL";
+export type HydraCloudFeature =
+ | "achievements"
+ | "backup"
+ | "achievements-points";
+
export interface GameRepack {
id: number;
title: string;