Skip to content

Interface: ArrayType<T>

core.ArrayType

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

Type parameters

Name Type
T extends Type

Properties

allowEmpty

Optional allowEmpty: boolean

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

Defined in

api_types.ts:41


items

items: T

The type of the items in this array.

Defined in

api_types.ts:39


type

type: "array"

Identifies this type as an array.

Defined in

api_types.ts:37