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