Skip to main content
Module

x/valibot/src/types/index.ts>Config

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface Config
Re-export
import { type Config } from "https://deno.land/x/valibot@v0.39.0/src/types/index.ts";

Config type.

Type Parameters

TIssue extends BaseIssue<unknown>

Properties

readonly
optional
lang: string | undefined

The selected language.

readonly
optional
message: ErrorMessage<TIssue> | undefined

The error message.

readonly
optional
abortEarly: boolean | undefined

Whether it was abort early.

readonly
optional
abortPipeEarly: boolean | undefined

Whether the pipe was abort early.