Interface UpgradedGiftModel

Describes a model of an upgraded gift.

interface UpgradedGiftModel {
    @type: "upgradedGiftModel";
    name: string;
    rarity_per_mille: number;
    sticker: Sticker;
}

Properties

@type: "upgradedGiftModel"
name: string

Name of the model.

rarity_per_mille: number

The number of upgraded gift that receive this model for each 1000 gifts upgraded.

sticker: Sticker

The sticker representing the upgraded gift.