diff --git a/src/types/index.ts b/src/types/index.ts index 48756fcb..f048b3f1 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -288,6 +288,7 @@ export interface DownloadSource { url: string; repackCount: number; status: DownloadSourceStatus; + objectIds: string[]; downloadCount: number; fingerprint: string; etag: string | null;