Interface UpgradedGiftModelCount

Describes a model of an upgraded gift with the number of gifts found.

interface UpgradedGiftModelCount {
    @type: "upgradedGiftModelCount";
    model: UpgradedGiftModel;
    total_count: number;
}

Properties

@type: "upgradedGiftModelCount"

The model.

total_count: number

Total number of gifts with the model.