MatchReportDto
@raizfc/contracts / MatchReportDto
Type Alias: MatchReportDto
MatchReportDto =
Readonly<{audit:AuditMetadata;events: readonlyMatchEventDto[];lineups: readonlyMatchTeamLineupDto[];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.