Skip to main content
Module

x/zod/index.ts>ZodArrayDef

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
interface ZodArrayDef
implements ZodTypeDef
import { type ZodArrayDef } from "https://deno.land/x/zod@v3.17.3/index.ts";

Properties

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