type alias UntypedSchemaResultRe-exportimport { type UntypedSchemaResult } from "https://deno.land/x/valibot@v0.28.1/mod.ts"; Untyped schema result type. definition: { typed: false; output: unknown; issues: SchemaIssues; }