mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding remove function to filter tags
This commit is contained in:
parent
4476b1b216
commit
b5a9beb481
18 changed files with 560 additions and 385 deletions
|
@ -243,6 +243,9 @@ export interface UserDetails {
|
|||
profileVisibility: ProfileVisibility;
|
||||
bio: string;
|
||||
subscription: Subscription | null;
|
||||
quirks: {
|
||||
backupsPerGameLimit: number;
|
||||
};
|
||||
}
|
||||
|
||||
export interface UserProfile {
|
||||
|
@ -260,6 +263,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