Variable bmsCarouselFeedItemSchemaConst
bmsCarouselFeedItemSchema: Struct<
{
buttons: Array$<
Union<
[
Struct<
{
linkMobile: typeof String$;
linkPc: optional<typeof String$>;
linkType: Literal<["WL"]>;
name: typeof String$;
targetOut: optional<typeof Boolean$>;
},
>,
filter<
Struct<
{
linkAndroid: optional<typeof String$>;
linkIos: optional<typeof String$>;
linkMobile: optional<typeof String$>;
linkType: Literal<["AL"]>;
name: typeof String$;
targetOut: optional<typeof Boolean$>;
},
>,
>,
],
>,
>;
content: typeof String$;
coupon: optional<
Struct<
{
description: typeof String$;
linkAndroid: optional<typeof String$>;
linkIos: optional<typeof String$>;
linkMobile: optional<typeof String$>;
linkPc: optional<typeof String$>;
title: filter<typeof String$>;
},
>,
>;
header: typeof String$;
imageId: typeof String$;
imageLink: optional<typeof String$>;
},
> = ...
BMS 캐러셀 피드 아이템 스키마 (CAROUSEL_FEED용)