feat: hydra cloud modal

This commit is contained in:
Zamitto 2024-12-22 22:25:20 -03:00
parent fb8682e88d
commit 6db6c14016
12 changed files with 49 additions and 20 deletions

View file

@ -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;