Skip to main content
Module

x/zod/index.ts>z.ZodArrayDef

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

Properties

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