NodeDeactivationTaskType type
Definiert Werte für NodeDeactivationTaskType. Mögliche Werte sind: 'Invalid', 'Infrastructure', 'Repair', 'Client'
type NodeDeactivationTaskType =
| "Invalid"
| "Infrastructure"
| "Repair"
| "Client"