Variable VarsHandlerSchemaConst
VarsHandlerSchema: ZodObject<
{ handler: ZodLiteral<"vars"> },
"passthrough",
ZodTypeAny,
objectOutputType<
{ handler: ZodLiteral<"vars"> },
ZodTypeAny,
"passthrough",
>,
objectInputType<{ handler: ZodLiteral<"vars"> }, ZodTypeAny, "passthrough">,
> = ...
Vars handler schema - set request variables
Sets arbitrary key-value pairs as request variables available to subsequent handlers.