Pular para o conteúdo principal

FeedMatchPresentationDto

@raizfc/contracts


@raizfc/contracts / FeedMatchPresentationDto

Type Alias: FeedMatchPresentationDto

FeedMatchPresentationDto = Readonly<{ away: FeedMatchParticipantDto; awayScore?: number; home: FeedMatchParticipantDto; homeScore?: number; status: PublicMatchStatus; }>

Defined in: engagement/feed.dto.ts:71

status mirrors PublicMatchDto.status as-is — the feed never derives its own narrower result vocabulary, so a contested/provisional match downstream never reads as definitive here.