Pular para o conteúdo principal

MatchReportDto

@raizfc/contracts


@raizfc/contracts / MatchReportDto

Type Alias: MatchReportDto

MatchReportDto = Readonly<{ audit: AuditMetadata; events: readonly MatchEventDto[]; lineups: readonly MatchTeamLineupDto[]; locked: boolean; matchId: ID; }>

Defined in: match/match-report.dto.ts:68

Management view of the súmula (IS-MVP-06.2). locked mirrors isMatchReportEditable (match-status.js) computed server-side from the match's own status — never trust a client-sent lock flag.