瀏覽代碼

make attachment optional for IPageBulkExportJob

Futa Arai 2 年之前
父節點
當前提交
99c39f930d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/app/src/features/page-bulk-export/interfaces/page-bulk-export.ts

+ 1 - 1
apps/app/src/features/page-bulk-export/interfaces/page-bulk-export.ts

@@ -16,7 +16,7 @@ export interface IPageBulkExportJob {
   uploadId: string, // upload ID of multipart upload of S3/GCS
   format: PageBulkExportFormat,
   completedAt: Date | null, // the date at which job was completed
-  attachment: Ref<IAttachment>,
+  attachment?: Ref<IAttachment>,
 }
 
 // snapshot of page info to upload