Skip to main content
Module

x/zod/ZodError.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.2/ZodError.ts";

Properties

code: ZodIssueCode.too_big
maximum: number
inclusive: boolean
type: "array" | "string" | "number"