interface BuddyLevels<L> {
    assetPath: string;
    charmLevel: number;
    displayIcon: string;
    displayName: LanguageResponse<string, L>;
    hideIfNotOwned: boolean;
    uuid: string;
}

Type Parameters

Properties

assetPath: string
charmLevel: number
displayIcon: string
displayName: LanguageResponse<string, L>
hideIfNotOwned: boolean
uuid: string