Interface InternalLinkTypeUpgradedGift

The link is a link to an upgraded gift. Call getUpgradedGift with the given name to process the link. Subtype of InternalLinkType.

interface InternalLinkTypeUpgradedGift {
    @type: "internalLinkTypeUpgradedGift";
    name: string;
}

Properties

Properties

@type: "internalLinkTypeUpgradedGift"
name: string

Name of the unique gift.