Type Alias ServerInfoGameServerRuntime

ServerInfoGameServerRuntime: {
    gametime?: string;
    restart_schedule?: ServerInfoGameServerRuntimeRestartSchedule;
    uptime?: number;
}