TsTuple Type
Represents a tuple type and its structure. Reflects: `TupleType` and `TupleTypeNode` including readonly tuples. Example (TS): ```ts type T = readonly [x: number, y?: string, ...rest: boolean[]] ```
Record fields
| Record Field |
Description
|
Full Usage:
FixedLength
Field type: int
|
|
Full Usage:
IsReadOnly
Field type: bool
|
|
Full Usage:
MinRequired
Field type: int
|
|
|
|