Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/zod/types.ts>AnyZodTuple

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias AnyZodTuple
import { type AnyZodTuple } from "https://deno.land/x/zod@v3.22.4/types.ts";
definition: ZodTuple<[ZodTypeAny, ...ZodTypeAny[]] | [], ZodTypeAny | null>