Skip to main content
Go to Latest
interface TTuple
implements TSchema
import { type TTuple } from "https://deno.land/x/openbox@1.1.8/deps.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