DeleteOperation type

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