type alias TypedSchemaResultRe-exportimport { type TypedSchemaResult } from "https://deno.land/x/valibot@v0.24.0/src/index.ts"; Typed schema result type. Type ParametersTOutputdefinition: { typed: true; output: TOutput; issues?: Issues; }