import { type Output } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Output inference type.
Type Parameters
TSchema extends BaseSchema | BaseSchemaAsync
definition: NonNullable<TSchema["types"]>["output"]
import { type Output } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Output inference type.