Skip to main content
Module

x/valibot/src/types/other.ts>ErrorMessage

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

Error message type.

Type Parameters

TIssue extends BaseIssue<unknown>
definition: ((issue: TIssue) => string) | string