mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'main' into feature/seed-completed-downloads
This commit is contained in:
commit
1a286df3f7
64 changed files with 2765 additions and 670 deletions
|
@ -171,6 +171,7 @@ export interface UserPreferences {
|
|||
startMinimized: boolean;
|
||||
disableNsfwAlert: boolean;
|
||||
seedAfterDownloadComplete: boolean;
|
||||
showHiddenAchievementsDescription: boolean;
|
||||
}
|
||||
|
||||
export interface Steam250Game {
|
||||
|
@ -250,6 +251,7 @@ export interface Subscription {
|
|||
status: SubscriptionStatus;
|
||||
plan: { id: string; name: string };
|
||||
expiresAt: string | null;
|
||||
paymentMethod: "pix" | "paypal";
|
||||
}
|
||||
|
||||
export interface UserDetails {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue