interface SubmittedBulkOperation {
    taskId?: string;
}

Properties

Properties

taskId?: string