mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-06 05:07:36 -05:00
9 lines
139 B
TypeScript
9 lines
139 B
TypeScript
export const SEED_VARIATIONS = [
|
|
"NO_TOURNAMENT_TEAMS",
|
|
"DEFAULT",
|
|
"REG_OPEN",
|
|
"SMALL_SOS",
|
|
"NZAP_IN_TEAM",
|
|
"NO_SCRIMS",
|
|
] as const;
|