Interface UpgradedGiftSymbolCount

Describes a symbol shown on the pattern of an upgraded gift.

interface UpgradedGiftSymbolCount {
    @type: "upgradedGiftSymbolCount";
    symbol: UpgradedGiftSymbol;
    total_count: number;
}

Properties

@type: "upgradedGiftSymbolCount"

The symbol.

total_count: number

Total number of gifts with the symbol.