Type Alias ServerStatus

ServerStatus:
    | "starting"
    | "stopping"
    | "online"
    | "offline"