mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-19 09:13:57 +00:00
feat: hydra cloud modal
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user