Pular para o conteúdo principal

FeedMatchParticipantDto

@raizfc/contracts


@raizfc/contracts / FeedMatchParticipantDto

Type Alias: FeedMatchParticipantDto

FeedMatchParticipantDto = Readonly<{ crest?: ImageAsset; id: ID; name: string; publicRoute: PublicRoute; }>

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

EP-MVP-19.28 additive projection: a match_result/upcoming_match card's participants, copied verbatim from the real PublicMatchDto.homeTeam/awayTeam (SPEC-UX-HOME-001 "Cards match_result e upcoming_match usam projeção estruturada... A tela não pode analisar title para reconstruir o placar"). crest stays optional and falls back to IdentityMark initials in the UI — never a name-based lookup.