Type Alias: AnyVariableSchema
type AnyVariableSchema = z.ZodObject<any>;
Any Zod object schema; used as the DTO that declares the variables to fetch.
type AnyVariableSchema = z.ZodObject<any>;
Any Zod object schema; used as the DTO that declares the variables to fetch.