Skip to main content
Module

x/valibot/mod.ts>UntypedSchemaResult

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

Untyped parse result type.

definition: { typed: false; output: unknown; issues: Issues; }