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

x/valibot/mod.ts>TupleWithRestSchema

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

Tuple with rest schema type.

Type Parameters

TItems extends TupleItems
TRest extends BaseSchema<unknown, unknown, BaseIssue<unknown>>
TMessage extends ErrorMessage<TupleWithRestIssue> | undefined

Properties

readonly
type: "tuple_with_rest"

The schema type.

readonly
reference: tupleWithRest

The schema reference.

readonly
expects: "Array"

The expected property.

readonly
items: TItems

The items schema.

readonly
rest: TRest

The rest schema.

readonly
message: TMessage

The error message.