Skip to content

Interface: ArrayType<T>

Defined in: api_types.ts:39

The type of a parameter or return value that is an array.

Type Parameters

Type Parameter
T extends Type

Properties

allowEmpty?

optional allowEmpty: boolean

Defined in: api_types.ts:45

If true, this array will accept empty or unrecognized values as undefined.


items

items: T

Defined in: api_types.ts:43

The type of the items in this array.


type

type: "array"

Defined in: api_types.ts:41

Identifies this type as an array.