Pular para o conteúdo principal

ShareableCardType

@raizfc/contracts


@raizfc/contracts / ShareableCardType

Type Alias: ShareableCardType

ShareableCardType = "ranking" | "top_scorer" | "result" | "live_score" | "upcoming" | "lineup" | "call" | "new_player" | "title" | "profile" | "support"

Defined in: share/share.dto.ts:23

SPEC-DOMAIN-SHARE-001 lists ten MVP templates (resultado, próximo jogo, escalação, convocação, reforço, título, ranking, artilharia, perfil, apoio). IS-MVP-12.1 built the ranking template and the shared card infrastructure everything else plugs into; IS-MVP-12.2 added top_scorer (artilharia); this increment (IS-MVP-12.3) adds the remaining eight — ShareableCardType grows additively per increment, the same pattern already used for OfficialPostContentType/ FeedPostSource.