mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'feat/new-catalogue' into feat/achievements-points
This commit is contained in:
commit
54886a2c5a
19 changed files with 568 additions and 387 deletions
|
@ -267,6 +267,9 @@ export interface UserDetails {
|
|||
profileVisibility: ProfileVisibility;
|
||||
bio: string;
|
||||
subscription: Subscription | null;
|
||||
quirks: {
|
||||
backupsPerGameLimit: number;
|
||||
};
|
||||
}
|
||||
|
||||
export interface UserProfile {
|
||||
|
@ -284,6 +287,9 @@ export interface UserProfile {
|
|||
currentGame: UserProfileCurrentGame | null;
|
||||
bio: string;
|
||||
hasActiveSubscription: boolean;
|
||||
quirks: {
|
||||
backupsPerGameLimit: number;
|
||||
};
|
||||
}
|
||||
|
||||
export interface UpdateProfileRequest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue