Type Alias PowerState

PowerState:
    | "InPrepareRadius"
    | "Prepared"
    | "Exploited"
    | "Contested"
    | "Controlled"
    | "HomeSystem"
    | "Turmoil"

Available power states.