solapi
    Preparing search index...

    BMS 캐러셀 피드 아이템 타입 (CAROUSEL_FEED용)

    type BmsCarouselFeedItem = {
        buttons: ReadonlyArray<Schema.Schema.Type<typeof bmsLinkButtonSchema>>;
        content: string;
        coupon?: Schema.Schema.Type<typeof bmsCouponSchema>;
        header: string;
        imageId: string;
        imageLink?: string;
    }
    Index

    Properties

    buttons: ReadonlyArray<Schema.Schema.Type<typeof bmsLinkButtonSchema>>
    content: string
    coupon?: Schema.Schema.Type<typeof bmsCouponSchema>
    header: string
    imageId: string
    imageLink?: string