다음을 통해 공유


DeleteOperation type

type DeleteOperation = OperationBase & {
  id: string
  operationType: typeof BulkOperationType.Delete
}