Interface UpgradedGiftBackdrop

Describes a backdrop of an upgraded gift.

interface UpgradedGiftBackdrop {
    @type: "upgradedGiftBackdrop";
    colors: UpgradedGiftBackdropColors;
    name: string;
    rarity_per_mille: number;
}

Properties

@type: "upgradedGiftBackdrop"

Colors of the backdrop.

name: string

Name of the backdrop.

rarity_per_mille: number

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