Skip to main content
Deno 2 is finally here 🎉️
Learn more
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.30.0/src/types/index.ts";

Interfaces

Base schema type.

Base schema async type.

Base transformation type.

Base transformation async type.

Base validation type.

Base validation async type.

Invalid action result type.

Pipe action context type.

Pipe action issue type.

The schema config type.

Schema issue type.

Typed schema result type.

Unknown path item type.

Untyped schema result type.

Valid action result type.

Type Aliases

Default type.

Default async type.

Error message type.

Input inference type.

Issue path type.

Issue reason type.

Maybe promise type.

Maybe readonly type.

Object keys type.

Output inference type.

Path item type.

Pipe type.

Pipe action issues type.

Pipe action result type.

Pipe async type.

Resolve object type.

Schema issues type.

Schema result type.