Interface CompetitiveTiers<L>
interface CompetitiveTiers<L> { assetObjectName: string; assetPath: string; tiers: { backgroundColor: string; color: string; division: string; divisionName: LanguageResponse<string, L>; largeIcon: string; rankTriangleDownIcon: string; rankTriangleUpIcon: string; smallIcon: string; tier: number; tierName: LanguageResponse<string, L>; }[]; uuid: string; } Properties
assetObjectName
assetObjectName: string
assetPath
assetPath: string
tiers
tiers: { backgroundColor: string; color: string; division: string; divisionName: LanguageResponse<string, L>; largeIcon: string; rankTriangleDownIcon: string; rankTriangleUpIcon: string; smallIcon: string; tier: number; tierName: LanguageResponse<string, L>; }[]