Variable rcsButtonSchemaConst
rcsButtonSchema: 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$;
},
>,
],
> = ...