feat: update schema with seeding columns

This commit is contained in:
Hachi-R 2024-11-08 17:30:18 -03:00
parent 981dbceb93
commit 21ca26dcfe
6 changed files with 49 additions and 0 deletions

View file

@ -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 {