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

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

A server framework for Deno
Go to Latest
interface zod.z.ZodTooSmallIssue
implements ZodIssueBase
import { type zod } from "https://deno.land/x/cav@0.0.24/test/test_deps.ts";
const { ZodTooSmallIssue } = zod.z;

Properties

code: ZodIssueCode.too_small
minimum: number
inclusive: boolean
type:
| "array"
| "string"
| "number"
| "set"