NodeDeactivationIntent type

Определяет значения для NodeDeactivationIntent. Возможные значения: "Invalid", "Pause", "Restart", "RemoveData", "RemoveNode"

type NodeDeactivationIntent =
  | "Invalid"
  | "Pause"
  | "Restart"
  | "RemoveData"
  | "RemoveNode"