Skip to main content
Module

x/valibot/mod.ts>SchemaConfig

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

The schema config type.

Properties

optional
lang: string

The selected language.

optional
message: ErrorMessage

The error message.

optional
abortEarly: boolean

Whether it was abort early.

optional
abortPipeEarly: boolean

Whether the pipe was abort early.

optional
skipPipe: boolean

Whether the pipe was skipped.