Variable adaptiveCardInvokeActionZodSchemaConst
adaptiveCardInvokeActionZodSchema: ZodObject<
{
data: ZodRecord<ZodString, ZodAny>;
id: ZodOptional<ZodString>;
type: ZodString;
verb: ZodString;
},
"strip",
ZodTypeAny,
{ data: Record<string, any>; id?: string; type: string; verb: string },
{ data: Record<string, any>; id?: string; type: string; verb: string },
> = ...
Zod schema for validating an adaptive card invoke action.