import { type UntypedSchemaResult } from "https://deno.land/x/valibot@v0.28.1/src/types/schema.ts";
Untyped schema result type.
definition: { typed: false; output: unknown; issues: SchemaIssues; }
x/valibot/src/types/schema.ts>UntypedSchemaResult
import { type UntypedSchemaResult } from "https://deno.land/x/valibot@v0.28.1/src/types/schema.ts";
Untyped schema result type.