import { type ObjectInput } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Object input inference type.
definition: [TKey in keyof TObjectShape]: Input<TObjectShape[TKey]>
x/valibot/src/index.ts>ObjectInput
import { type ObjectInput } from "https://deno.land/x/valibot@v0.5.0/src/index.ts";
Object input inference type.