Variable additionalBodySchemaConst
additionalBodySchema: Struct<
{
buttons: optional<
Array$<
Union<
[
Struct<
{
buttonName: typeof String$;
buttonType: Literal<["WL"]>;
link: typeof String$;
},
>,
Struct<
{
buttonName: typeof String$;
buttonType: Literal<["ML"]>;
latitude: typeof String$;
longitude: typeof String$;
},
>,
Struct<
{
buttonName: typeof String$;
buttonType: Literal<["MQ", "MR", "CA", "CL", "DL", "MS"]>;
link: typeof String$;
},
>,
],
>,
>,
>;
description: typeof String$;
imaggeId: optional<typeof String$>;
title: typeof String$;
},
> = ...