소스 검색

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