BulkPatchOperation type

type BulkPatchOperation = OperationBase & {
  id: string
  operationType: typeof BulkOperationType.Patch
}