Skip to main content
Module

x/deno_books/deps.ts>z.ZodSetDef

Access OpenLibrary's API with Deno.
Go to Latest
interface z.ZodSetDef
implements ZodTypeDef
import { type z } from "https://deno.land/x/deno_books@v1.4.0/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