interface ContentTiers<L> {
    assetPath: string;
    devName: string;
    displayIcon: string;
    displayName: LanguageResponse<string, L>;
    highlightColor: string;
    juiceCost: number;
    juiceValue: number;
    rank: number;
    uuid: string;
}

Type Parameters

Properties

assetPath: string
devName: string
displayIcon: string
displayName: LanguageResponse<string, L>
highlightColor: string
juiceCost: number
juiceValue: number
rank: number
uuid: string