다음을 통해 공유


BulkPatchOperation type

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