sendou.ink/app/features/api-private/constants.ts
Kalle 2b5b1b1948
Some checks are pending
E2E Tests / e2e (push) Waiting to run
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
New match page (#3032)
2026-05-04 18:15:10 +03:00

14 lines
223 B
TypeScript

export const SEED_VARIATIONS = [
"NO_TOURNAMENT_TEAMS",
"DEFAULT",
"REG_OPEN",
"SMALL_SOS",
"NZAP_IN_TEAM",
"NO_SCRIMS",
"NO_SQ_GROUPS",
"TEAM_MAP_PREFS",
"FINALIZED_BRACKET",
"AB_RR",
"IN_SQ_MATCH",
] as const;