Skip to main content
Module

x/zod/external.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.20/external.ts";
definition: ZodTuple<[ZodTypeAny, ...ZodTypeAny[]] | [], ZodTypeAny | null>