interface Dota2.getRealtimeStats_Buildingimport { type Dota2 } from "https://deno.land/x/steamy@v0.05a/mod.ts"; const { getRealtimeStats_Building } = Dota2; Propertiesteam: numberThe number of the team the building belongs to (1 or 2). heading: numberThe heading of the building. type: numberThe type of the building. lane: numberThe lane the building is located in. tier: numberThe tier of the building. x: numberThe x coordinate of the building's position on the map. y: numberThe y coordinate of the building's position on the map. destroyed: booleanA boolean indicating whether the building has been destroyed.