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

x/valibot/mod.ts>UntypedSchemaResult

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

Untyped schema result type.

Properties

typed: false

Whether is's typed.

output: unknown

The parse output.

issues: SchemaIssues

The parse issues.