PowerState type

Alias for PowerState

type PowerState =
  | "Unknown"
  | "Running"
  | "Deallocated"
  | "PoweredOff"
  | "Hibernated"
  | string