import { type ObjectOutput } from "https://deno.land/x/valibot@v0.5.0/src/schemas/index.ts";
Object output inference type.
Type Parameters
TObjectShape extends ObjectShape | ObjectShapesAsync
definition: [TKey in keyof TObjectShape]: Output<TObjectShape[TKey]>