次の方法で共有


ReplaceOperation type

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