Chameleon
    Preparing search index...

    Interface StickerPack

    interface StickerPack {
        id: string;
        stickers: Sticker[];
        name: string;
        skuId: string;
        coverStickerId?: string;
        description: string;
        bannerAssetId?: string;
    }
    Index

    Properties

    id: string
    stickers: Sticker[]
    name: string
    skuId: string
    coverStickerId?: string
    description: string
    bannerAssetId?: string