Skip to main content
Module

x/zod/external.ts>ZodSetDef

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

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