Type alias Tier

Tier: WithId<{
    symbol: string;
    icon: string;
    score: number;
    description: string;
    id: TierId;
    hideOnLeaderboards: boolean;
}>

This is a type of a single object within the collection "tiers". A single object describes a single tier.

Generated using TypeDoc