/** * Response serializer for POST bulk create - returns only batch_id */ export interface AsyncBulkCreateResponse { /** The ID of the batch. */ batchId: string; }