hensei-web/types/TeamElement.d.ts
Justin Edmund 1365e4c95c Get query states working on teams page
This changes the URL to show query params for our three filters, making it easy for people to link to very specific subsets of raids.
2022-03-07 02:43:21 -08:00

7 lines
No EOL
98 B
TypeScript

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