Type Alias ServerInfoGameServer

ServerInfoGameServer: {
    game: Game;
    game_integration: ServerInfoGameServerIntegration;
    gameserver_id: string;
    LINK: string;
    runtime: ServerInfoGameServerRuntime;
}