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