mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-01-12 08:08:25 -05:00
6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
export const GlobalFilters = {
|
|
PLAYERS: 'Players',
|
|
GUILDS: 'Guilds',
|
|
PATRONS: 'Patrons',
|
|
} as const;
|