Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/cav/test/deps.ts>zod.ZodSetDef

A server framework for Deno
Go to Latest
interface zod.ZodSetDef
implements ZodTypeDef
import { type zod } from "https://deno.land/x/cav@0.2.0-alpha.7/test/deps.ts";
const { ZodSetDef } = zod;

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