Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/typebox/src/typebox.ts>TTuple

Json Schema Type Builder with Static Type Resolution for TypeScript
Go to Latest
interface TTuple
implements TSchema
import { type TTuple } from "https://deno.land/x/typebox@0.31.20/src/typebox.ts";

Type Parameters

optional
T extends TSchema[] = TSchema[]

Properties

[Kind]: "Tuple"
static: TTupleRest<T, this["params"]>
type: "array"
optional
items: T
optional
additionalItems: false
minItems: number
maxItems: number