Variable kakaoButtonSchemaConst
kakaoButtonSchema: Union<
[
Struct<
{
buttonName: typeof String$;
buttonType: Literal<["WL"]>;
linkMo: typeof String$;
linkPc: optional<typeof String$>;
},
>,
Struct<
{
buttonName: typeof String$;
buttonType: Literal<["AL"]>;
linkAnd: typeof String$;
linkIos: typeof String$;
},
>,
Struct<
{
buttonName: typeof String$;
buttonType: Literal<["BK", "MD", "DS", "BC", "BT", "AC"]>;
},
>,
],
> = ...