sendou.ink/app/features/api-private/constants.ts
Kalle 911077c09c
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
Team map list (#2935)
2026-04-03 17:51:26 +03:00

12 lines
197 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",
] as const;