Interface: ArrayType<T>¶
The type of a parameter or return value that is an array.
Type parameters¶
Name | Type |
---|---|
T |
extends Type |
Properties¶
items¶
• items: T
The type of the items in this array.
Defined in¶
type¶
• type: "array"
Identifies this type as an array.