export interface CreateBulkDownloadRequestResponseOutput { /** * Unique identifier for the download request * @example "12345678-1234-1234-1234-123456789012" */ downloadId: string; }