import { type TypedSchemaResult } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Typed schema result type.
Properties
output: TOutput
The parse output.
optional
issues: SchemaIssuesThe parse issues.
x/valibot/mod.ts>TypedSchemaResult
import { type TypedSchemaResult } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Typed schema result type.
The parse output.
The parse issues.