Pular para o conteúdo principal

CreateShareableCardRequest

@raizfc/contracts


@raizfc/contracts / CreateShareableCardRequest

Type Alias: CreateShareableCardRequest

CreateShareableCardRequest = Readonly<{ championshipId?: ID; entityId?: ID; entityType?: "team" | "torcida"; format: ShareableCardFormat; linkId?: ID; matchId?: ID; period?: RankingPeriod; position?: number; rankingPeriod?: RankingPeriod; rankingType?: RankingType; subject?: ShareableCardProfileSubject; teamId?: ID; territoryId?: ID; type: ShareableCardType; }>

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

Every field below is scoped to a subset of ShareableCardType values, documented per field — the same additive-superset shape IS-MVP-12.1/12.2 already established for rankingType/rankingPeriod/period/position.