Skip to main content
Module

x/zod/index.ts>ZodSetDef

TypeScript-first schema validation with static type inference
Very Popular
Go to Latest
interface ZodSetDef
implements ZodTypeDef
import { type ZodSetDef } from "https://deno.land/x/zod@v3.19.1/index.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