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