Pular para o conteúdo principal

RankingRowDto

@raizfc/contracts


@raizfc/contracts / RankingRowDto

Type Alias: RankingRowDto

RankingRowDto = Readonly<{ badges: readonly RankingBadge[]; crestUrl?: string; draws?: number; entityId: ID; entityName: string; entityRoute: PublicRoute; goalDifference?: number; losses?: number; matchesPlayed?: number; position: number; score: number; status: RankingRowStatus; wins?: number; }>

Defined in: ranking/ranking.dto.ts:34