Variable kakaoOptionRequestSchemaConst
kakaoOptionRequestSchema: Struct<
{
adFlag: optional<typeof Boolean$>;
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<Record$<typeof String$, typeof String$>>;
},
> = ...