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