Class: TupleTypeInfo
types.tuple type info.
Extends
Constructors
Constructor
new TupleTypeInfo(thisType, itemTypes): TupleTypeInfo;
Parameters
| Parameter | Type |
|---|---|
thisType | AnyStandardType |
itemTypes | readonly AnyStandardType[] |
Returns
TupleTypeInfo
Overrides
Properties
itemTypes
readonly itemTypes: readonly AnyStandardType[];
kind
readonly kind: "tuple" = "tuple";
Overrides
thisType
readonly thisType: AnyStandardType;
Inherited from
Accessors
itemTypeInfos
Get Signature
get itemTypeInfos(): readonly TypeInfo[];
Returns
readonly TypeInfo[]