Create AxSkill.d.ts
This commit is contained in:
parent
66ebab74ab
commit
6d0227c6b7
1 changed files with 11 additions and 0 deletions
11
types/AxSkill.d.ts
vendored
Normal file
11
types/AxSkill.d.ts
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
interface AxSkill {
|
||||||
|
name: {
|
||||||
|
en: string,
|
||||||
|
jp: string
|
||||||
|
},
|
||||||
|
id: number,
|
||||||
|
minValue: number,
|
||||||
|
maxValue: number,
|
||||||
|
suffix?: string,
|
||||||
|
secondary?: AxSkill[]
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue