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

x/nosdump/deps.ts>z.ZodSetDef

A command line tool which dumps events stored in Nostr relays
Go to Latest
interface z.ZodSetDef
implements ZodTypeDef
import { type z } from "https://deno.land/x/nosdump@0.4.4/deps.ts";
const { ZodSetDef } = z;

Type Parameters

optional
Value extends ZodTypeAny = ZodTypeAny

Properties

valueType: Value
typeName: ZodFirstPartyTypeKind.ZodSet
minSize: { value: number; message?: string; } | null
maxSize: { value: number; message?: string; } | null