Skip to main content
Module

x/valibot/mod.ts>IssueReason

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias IssueReason
import { type IssueReason } from "https://deno.land/x/valibot@v0.8.0/mod.ts";

Issue reason type.

definition:
| "type"
| "string"
| "number"
| "bigint"
| "blob"
| "boolean"
| "any"
| "unknown"
| "date"
| "array"
| "tuple"
| "map"
| "object"
| "record"
| "set"
| "special"
| "instance"