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

x/zod/external.ts>ZodTooBigIssue

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
interface ZodTooBigIssue
implements ZodIssueBase
import { type ZodTooBigIssue } from "https://deno.land/x/zod@v3.20/external.ts";

Properties

code: ZodIssueCode.too_big
maximum: number
inclusive: boolean
optional
exact: boolean
type:
| "array"
| "string"
| "number"
| "set"
| "date"