Skip to main content
Module

x/zod/mod.ts>z.ZodTooBigIssue

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

Properties

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