Skip to main content
Module

x/valibot/mod.ts>SchemaResult

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

Schema result type.

definition: TypedSchemaResult<TOutput> | UntypedSchemaResult