import { type TypedSchemaResult } from "https://deno.land/x/valibot@v0.28.1/src/types/index.ts";
Typed schema result type.
definition: { typed: true; output: TOutput; issues?: SchemaIssues; }
x/valibot/src/types/index.ts>TypedSchemaResult
import { type TypedSchemaResult } from "https://deno.land/x/valibot@v0.28.1/src/types/index.ts";
Typed schema result type.