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

x/valibot/mod.ts>ObjectWithRestSchema

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

Object with rest schema type.

Type Parameters

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

Properties

readonly
type: "object_with_rest"

The schema type.

readonly
reference: objectWithRest

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.