feat: enabling gif upload

This commit is contained in:
Chubby Granny Chaser
2024-10-16 10:46:17 +01:00
parent 05653500b6
commit 05625e7594
36 changed files with 403 additions and 373 deletions

View File

@@ -138,10 +138,6 @@ declare global {
objectId: string,
shop: GameShop
) => Promise<LudusaviBackup | null>;
checkGameCloudSyncSupport: (
objectId: string,
shop: GameShop
) => Promise<boolean>;
deleteGameArtifact: (gameArtifactId: string) => Promise<{ ok: boolean }>;
onBackupDownloadComplete: (
objectId: string,