Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>ObjectWithRestSchemaAsync

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Latest
interface ObjectWithRestSchemaAsync
Re-export
import { type ObjectWithRestSchemaAsync } from "https://deno.land/x/valibot@v0.35.0/mod.ts";

Object schema async type.

Type Parameters

TEntries extends ObjectEntriesAsync
TRest extends BaseSchema<unknown, unknown, BaseIssue<unknown>> | BaseSchemaAsync<unknown, unknown, BaseIssue<unknown>>
TMessage extends ErrorMessage<ObjectWithRestIssue> | undefined

Properties

readonly
type: "object_with_rest"

The schema type.

readonly
reference: objectWithRestAsync

The schema reference.

readonly
expects: "Object"

The expected property.

readonly
entries: TEntries

The entries schema.

readonly
rest: TRest

The rest schema.

readonly
message: TMessage

The error message.