type alias IssueReasonRe-exportimport { type IssueReason } from "https://deno.land/x/valibot@v0.30.0/mod.ts"; Issue reason type. definition: | "any" | "array" | "bigint" | "blob" | "boolean" | "date" | "intersect" | "function" | "instance" | "map" | "number" | "object" | "record" | "set" | "special" | "string" | "symbol" | "tuple" | "undefined" | "union" | "unknown" | "variant" | "type"