mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: update schema with seeding columns
This commit is contained in:
parent
981dbceb93
commit
21ca26dcfe
6 changed files with 49 additions and 0 deletions
|
@ -124,6 +124,7 @@ export interface Game {
|
|||
objectID: string;
|
||||
shop: GameShop;
|
||||
downloadQueue: DownloadQueue | null;
|
||||
shouldSeed: boolean;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
}
|
||||
|
@ -162,6 +163,7 @@ export interface UserPreferences {
|
|||
runAtStartup: boolean;
|
||||
startMinimized: boolean;
|
||||
disableNsfwAlert: boolean;
|
||||
seedAfterDownloadComplete: boolean;
|
||||
}
|
||||
|
||||
export interface Steam250Game {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue