CreateOperation type

type CreateOperation = OperationWithItem & {
  operationType: typeof BulkOperationType.Create
}