export interface SubmittedBulkOperation {
  taskId?: string;
}
