Type alias OwnedGame

OwnedGame: Partial<Game> & {
    has_community_visible_stats: boolean;
}

Type declaration

  • has_community_visible_stats: boolean

Generated using TypeDoc