ZodTooBigIssue
import type { ZodTooBigIssue } from "https://esm.sh/zod@3.25.76/index.d.cts";interface ZodTooBigIssue extends ZodIssueBase {
code: ZodIssueCode.too_big;
exact?: boolean;
inclusive: boolean;
maximum: number | bigint;
type:
} | "array"
| "string"
| "number"
| "set"
| "date"
| "bigint";