Variable bmsCarouselCommerceItemSchemaConst
bmsCarouselCommerceItemSchema: Struct<
{
additionalContent: optional<typeof String$>;
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$>;
},
>,
>,
],
>,
>;
commerce: filter<
Struct<
{
discountFixed: optional<Schema<number, number, never>>;
discountPrice: optional<Schema<number, number, never>>;
discountRate: optional<Schema<number, number, never>>;
regularPrice: Schema<number, number, never>;
title: 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$>;
},
>,
>;
imageId: typeof String$;
imageLink: optional<typeof String$>;
},
> = ...
BMS 캐러셀 커머스 아이템 스키마 (CAROUSEL_COMMERCE용)