Type Alias BackendServerStatsServerState

BackendServerStatsServerState:
    | "stopped"
    | "starting"
    | "running"
    | "stopping"