Variable bmsButtonSchemaConst
bmsButtonSchema: 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$>;
},
>,
>,
Struct<{ linkType: Literal<["AC"]>; name: optional<typeof String$> }>,
],
> = ...
BMS 버튼 통합 스키마 (Union) - Discriminated by linkType