Interface UpgradedGiftBackdrop

Describes a backdrop of an upgraded gift.

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

Properties

@type: "upgradedGiftBackdrop"

Colors of the backdrop.

id: number

Unique identifier of the backdrop.

name: string

Name of the backdrop.

rarity_per_mille: number

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