Available types

UniqueGiftModel

This object describes the model of a unique gift.

fields

fieldtyperequireddescription
namestringrequiredName of the model
stickerStickerrequiredThe sticker that represents the unique gift
rarity_per_millenumberrequiredThe number of unique gifts that receive this model for every 1000 gift upgrades. Always 0 for crafted gifts.
rarity"uncommon" | "rare" | "epic" | "legendary"optionalOptional. Rarity of the model if it is a crafted model. Currently, can be “uncommon”, “rare”, “epic”, or “legendary”.

import

types.ts
import type { UniqueGiftModel } from "@yaebal/types";

used by

types