Skip to main content
Module

x/deno_books/deps.ts>z.ZodArrayDef

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

Properties

type: T
typeName: ZodFirstPartyTypeKind.ZodArray
exactLength: { value: number; message?: string; } | null
minLength: { value: number; message?: string; } | null
maxLength: { value: number; message?: string; } | null