Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/src/types/index.ts

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
import * as valibot from "https://deno.land/x/valibot@v0.22.0/src/types/index.ts";

Type Aliases

Base schema type.

Base schema async type.

Base transformation type.

Base transformation async type.

Base validation type.

Base validation async type.

Error message type.

Input inference type.

Invalid action result type.

Issue type.

Issue origin type.

Issue reason type.

Issues type.

Output inference type.

Parse info type.

Path item type.

Pipe type.

Pipe action result type.

Pipe async type.

Pipe info type.

Resolve object type.

Schema result type.

Typed schema result type.

Unknown path item type.

Untyped parse result type.

Valid action result type.