import { type Input } from "https://deno.land/x/valibot@v0.30.0/src/types/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.30.0/src/types/index.ts";
Input inference type.