/** * Status of the bulk download operation */ export type BulkDownloadRequestStatusV3 = 'FAILED' | 'PENDING' | 'PROCESSING' | 'SUCCESS';