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.
7 lines
No EOL
98 B
TypeScript
7 lines
No EOL
98 B
TypeScript
interface TeamElement {
|
|
id: number,
|
|
name: {
|
|
en: string,
|
|
ja: string
|
|
}
|
|
} |