MatchStatus
@raizfc/contracts / MatchStatus
Type Alias: MatchStatus
MatchStatus =
"draft"|PublicMatchStatus
Defined in: match/match-status.ts:10
SPEC-DOMAIN-MATCH-001 "Estados" adds draft (management-only, "Somente gestão" — never
reaches a public page) on top of the ten states PublicMatchDto already models since
IS-MVP-01.3. Reusing PublicMatchStatus here (instead of redeclaring the ten shared literals)
keeps the two enums structurally impossible to drift apart.