import { type ObjectSchemaAsync } from "https://deno.land/x/valibot@v0.11.1/src/schemas/object/objectAsync.ts";
Object schema async type.
Type Parameters
TObjectShape extends ObjectShapeAsync
optional
TOutput = ObjectOutput<TObjectShape>definition: BaseSchemaAsync<ObjectInput<TObjectShape>, TOutput> & { schema: "object"; object: TObjectShape; }