NodeDeactivationTaskType type
NodeDeactivationTaskType에 대한 값을 정의합니다. 가능한 값은 'Invalid', 'Infrastructure', 'Repair', 'Client'입니다.
type NodeDeactivationTaskType =
| "Invalid"
| "Infrastructure"
| "Repair"
| "Client"