Type Alias GameServerAttributes

GameServerAttributes: {
    description: string;
    dlc: boolean;
    dlcs: {
        livonia: boolean;
        sakhal: boolean;
    };
    experimental: boolean;
    hive: string;
    modded: boolean;
    official: boolean;
    shard: string;
    whitelist: boolean;
}