import { type ObjectSchemaAsync } from "https://deno.land/x/valibot@v0.30.0/src/schemas/object/index.ts";
Object schema async type.
Type Parameters
TEntries extends ObjectEntriesAsync
optional
TRest extends BaseSchema | BaseSchemaAsync | undefined = undefinedoptional
TOutput = ObjectOutput<TEntries, TRest>Properties
entries: TEntries
The object entries schema.
rest: TRest
The object rest schema.
message: ErrorMessage | undefined
The error message.
pipe: PipeAsync<ObjectOutput<TEntries, TRest>> | undefined
The validation and transformation pipeline.