interface z.ZodTupleDef
implements ZodTypeDef
import { type z } from "https://deno.land/x/netzo@0.3.91/deps/zod/mod.ts";
const { ZodTupleDef } = z;
Type Parameters
optional
T extends ZodTupleItems | [] = ZodTupleItemsoptional
Rest extends ZodTypeAny | null = null