Documentation - v1.2.0-alpha.3
    Preparing search index...

    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.