Variable bmsLinkButtonSchemaConst
bmsLinkButtonSchema: 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$>;
},
>,
>,
],
> = ...
BMS 링크 버튼 스키마 (WL, AL만 허용) - 캐러셀 등 일부 타입에서 사용