ReplaceOperation type

type ReplaceOperation = OperationWithItem & {
  id: string
  operationType: typeof BulkOperationType.Replace
}