chore: merge with main

This commit is contained in:
Hydra 2024-04-28 19:21:14 +01:00
commit a471450d45
No known key found for this signature in database
16 changed files with 1567 additions and 1173 deletions

View file

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