interface MultiplayerServerFavorite {
    created_at?: null | string;
    game_port?: null | number;
    host?: null | string;
    id: string;
    kind: MultiplayerFavoriteKind;
    last_played_at?: null | string;
    metadata: MultiplayerMetadata;
    name?: null | string;
    player_id: string;
    query_port?: null | number;
    server_id?: null | string;
    title_id: string;
    updated_at?: null | string;
    user_id?: null | string;
}

Properties

created_at?: null | string
game_port?: null | number
host?: null | string
id: string
last_played_at?: null | string
name?: null | string
player_id: string
query_port?: null | number
server_id?: null | string
title_id: string
updated_at?: null | string
user_id?: null | string

Generated using TypeDoc