This commit is contained in:
lilezek 2024-04-30 10:01:52 +02:00
commit 483f8223b6
156 changed files with 2841 additions and 7759 deletions

View file

@ -40,11 +40,6 @@ export interface SteamAppDetails {
};
}
export type ShopDetails = SteamAppDetails & {
objectID: string;
repacks: GameRepack[];
};
export interface GameRepack {
id: number;
title: string;
@ -57,6 +52,11 @@ export interface GameRepack {
updatedAt: Date;
}
export type ShopDetails = SteamAppDetails & {
objectID: string;
repacks: GameRepack[];
};
export interface TorrentFile {
path: string;
length: number;