import { type ObjectSchema } from "https://deno.land/x/valibot@v0.30.0/src/schemas/index.ts";
Object schema type.
Type Parameters
TEntries extends ObjectEntries
optional
TRest extends BaseSchema | 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: Pipe<ObjectOutput<TEntries, TRest>> | undefined
The validation and transformation pipeline.