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.28.1/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 path type.

Issue reason type.

Maybe readonly type.

Object keys type.

Output inference type.

Path item type.

Pipe type.

Pipe action context type.

Pipe action issue type.

Pipe action issues type.

Pipe action result type.

Pipe async type.

Resolve object type.

The schema config type.

Schema issue type.

Schema issues type.

Schema result type.

Typed schema result type.

Unknown path item type.

Untyped schema result type.

Valid action result type.