Interface IStickerAttachmentPayload

interface IStickerAttachmentPayload {
    images: IStickerImage[];
    images_with_background: IStickerImage[];
    product_id: number;
    sticker_id: number;
}

Properties

images: IStickerImage[]
images_with_background: IStickerImage[]
product_id: number
sticker_id: number

Generated using TypeDoc