solapi
    Preparing search index...

    BMS 캐러셀 커머스 아이템 타입 (CAROUSEL_COMMERCE용)

    type BmsCarouselCommerceItem = {
        additionalContent?: string;
        buttons: ReadonlyArray<Schema.Schema.Type<typeof bmsLinkButtonSchema>>;
        commerce: Schema.Schema.Type<typeof bmsCommerceSchema>;
        coupon?: Schema.Schema.Type<typeof bmsCouponSchema>;
        imageId: string;
        imageLink?: string;
    }
    Index

    Properties

    additionalContent?: string
    buttons: ReadonlyArray<Schema.Schema.Type<typeof bmsLinkButtonSchema>>
    commerce: Schema.Schema.Type<typeof bmsCommerceSchema>
    coupon?: Schema.Schema.Type<typeof bmsCouponSchema>
    imageId: string
    imageLink?: string