Skip to content

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

api_types.ts:33


type

type: "array"

Identifies this type as an array.

Defined in

api_types.ts:31