Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/deno_books/deps.ts>z.ZodTupleDef

Access OpenLibrary's API with Deno.
Go to Latest
interface z.ZodTupleDef
implements ZodTypeDef
import { type z } from "https://deno.land/x/deno_books@v1.1.0/deps.ts";
const { ZodTupleDef } = z;

Type Parameters

optional
T extends ZodTupleItems | [] = ZodTupleItems
optional
Rest extends ZodTypeAny | null = null

Properties

items: T
rest: Rest
typeName: ZodFirstPartyTypeKind.ZodTuple