mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-27 04:44:43 -05:00
10 lines
156 B
TypeScript
10 lines
156 B
TypeScript
export const SEED_VARIATIONS = [
|
|
"NO_TOURNAMENT_TEAMS",
|
|
"DEFAULT",
|
|
"REG_OPEN",
|
|
"SMALL_SOS",
|
|
"NZAP_IN_TEAM",
|
|
"NO_SCRIMS",
|
|
"NO_SQ_GROUPS",
|
|
] as const;
|