Skip to main content
Module

x/pup/deps.ts>z.ZodArrayDef

Universal process manager built in Deno
Go to Latest
interface z.ZodArrayDef
implements ZodTypeDef
import { type z } from "https://deno.land/x/pup@1.0.0-beta.9/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