Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/mod.ts>TypedSchemaResult

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

Typed schema result type.

Properties

typed: true

Whether is's typed.

output: TOutput

The parse output.

optional
issues: SchemaIssues

The parse issues.