Variable baseKakaoOptionSchemaConst
baseKakaoOptionSchema: Struct<
{
adFlag: optional<typeof Boolean$>;
bms: optional<Struct<{ targeting: Literal<["I", "M", "N"]> }>>;
buttons: optional<
Array$<
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"]>;
},
>,
],
>,
>,
>;
disableSms: optional<typeof Boolean$>;
imageId: optional<typeof String$>;
pfId: typeof String$;
templateId: optional<typeof String$>;
variables: optional<
transform<
Record$<typeof String$, typeof String$>,
Record$<typeof String$, typeof String$>,
>,
>;
},
> = ...