Create Raid.d.ts

This commit is contained in:
Justin Edmund 2022-02-23 19:22:56 -08:00
parent a9af5aed67
commit b68cca53a7

9
types/Raid.d.ts vendored Normal file
View file

@ -0,0 +1,9 @@
interface Raid {
id: string
name: {
en: string
jp: string
}
level: number
group: number
}