DeleteOperation type
type DeleteOperation = OperationBase & {
id: string
operationType: typeof BulkOperationType.Delete
}
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
type DeleteOperation = OperationBase & {
id: string
operationType: typeof BulkOperationType.Delete
}