interface Dota2.getRealtimeStats_Matchimport { type Dota2 } from "https://deno.land/x/steamy@v0.05a/mod.ts"; const { getRealtimeStats_Match } = Dota2; Propertiesserver_steam_id: stringThe Steam ID of the server where the match was played. match_id: stringThe unique ID of the match. timestamp: numberThe timestamp of when the match was played. game_time: numberThe length of the match in seconds. game_mode: GameModeThe game mode of the match. league_id: numberThe ID of the league the match was played in (if applicable). league_node_id: numberThe node ID of the league the match was played in (if applicable). game_state: numberThe current state of the match. lobby_type: LobbyTypeThe type of lobby the match was played in. start_timestamp: numberThe timestamp of when the match started.