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