interface Sprays<L> {
    animationGif: string;
    animationPng: string;
    assetPath: string;
    category: string;
    displayIcon: string;
    displayName: LanguageResponse<string, L>;
    fullIcon: string;
    fullTransparentIcon: string;
    hideIfNotOwned: boolean;
    isNullSpray: boolean;
    levels: SprayLevels<L>[];
    themeUuid: string;
    uuid: string;
}

Type Parameters

Properties

animationGif: string
animationPng: string
assetPath: string
category: string
displayIcon: string
displayName: LanguageResponse<string, L>
fullIcon: string
fullTransparentIcon: string
hideIfNotOwned: boolean
isNullSpray: boolean
levels: SprayLevels<L>[]
themeUuid: string
uuid: string