Interface TiersListResponse

interface TiersListResponse {
    current_tier: string;
    tiers: Record<string, TierInfo>;
}

Properties

Properties

current_tier: string
tiers: Record<string, TierInfo>