๐Ÿ“ฆ johnleider / hots-api

๐Ÿ“„ talent.d.ts ยท 13 lines
1
2
3
4
5
6
7
8
9
10
11
12
13export interface Talent {
  name: string
  title: string
  description: string
  icon: string
  icon_url: Record<string, string>
  ability: string
  sort: number
  cooldown: number
  mana_cost: number
  level: number
}