type alias IssueReasonimport { type IssueReason } from "https://deno.land/x/valibot@v0.24.0/src/types/issues.ts"; Issue reason type. definition: | "any" | "array" | "bigint" | "blob" | "boolean" | "date" | "function" | "instance" | "map" | "number" | "object" | "record" | "set" | "special" | "string" | "symbol" | "tuple" | "undefined" | "unknown" | "type"