UpsertOperation type

type UpsertOperation = OperationWithItem & {
  operationType: typeof BulkOperationType.Upsert
}