Module

x/fluentci/deps.ts>z.ZodSetDef

This is the command line interface for FluentCI.
Go to Latest
interface z.ZodSetDef
implements ZodTypeDef
import { type z } from "https://dotland.deno.dev/x/fluentci@v0.13.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