mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: hydra cloud modal
This commit is contained in:
parent
fb8682e88d
commit
6db6c14016
12 changed files with 49 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue