feat: adding cloud sync

This commit is contained in:
Chubby Granny Chaser 2024-09-25 19:37:28 +01:00
parent d88e06e289
commit e64a414309
No known key found for this signature in database
33 changed files with 1352 additions and 84 deletions

View file

@ -266,5 +266,15 @@ export interface UserStats {
friendsCount: number;
}
export interface GameArtifact {
id: string;
artifactLengthInBytes: number;
createdAt: string;
updatedAt: string;
hostname: string;
downloadCount: number;
}
export * from "./steam.types";
export * from "./real-debrid.types";
export * from "./ludusavi.types";