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

x/nosdump/deps.ts>z.ZodArrayDef

A command line tool which dumps events stored in Nostr relays
Go to Latest
interface z.ZodArrayDef
implements ZodTypeDef
import { type z } from "https://deno.land/x/nosdump@0.4.4/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