feat: adding sources migration

This commit is contained in:
Chubby Granny Chaser
2025-10-26 23:22:20 +00:00
parent 7c272aeed8
commit 87a57f7a37
7 changed files with 43 additions and 12 deletions

View File

@@ -32,6 +32,8 @@ export interface DownloadSource {
status: DownloadSourceStatus;
downloadCount: number;
fingerprint?: string;
isRemote?: true;
createdAt: string;
}
export interface ShopAssets {