Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/cav/test/test_deps.ts>zod.z.ZodSetDef

A server framework for Deno
Go to Latest
interface zod.z.ZodSetDef
implements ZodTypeDef
import { type zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { ZodSetDef } = zod.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