import { Dota2 } from "https://deno.land/x/steamy@v0.05a/mod.ts";
const { Heroes } = Dota2;
type
Record<number, { id: number; name: string; localized_name: string; primary_attr: PrimaryAttr; attack_type: AttackType; roles: Role[]; legs: number; }>