hensei-web/types/TeamElement.d.ts
Justin Edmund 5fd5411bc4 Create elementalizeAetherialMastery.tsx
This method elementalizes aetherial mastery strings based on a GridCharacter. Also add the opposite element's ID to TeamElement.
2023-01-05 20:47:48 -08:00

8 lines
105 B
TypeScript

interface TeamElement {
id: number
opposite_id: number
name: {
en: string
ja: string
}
}