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