ImportList
ImportList<
T> =ImportListItem<T>[]
Defined in: utils/types.ts:129
A type that represents an import list.
Type Parameters
Section titled “Type Parameters”T
The type of the instance that the constructor creates.
ImportList<
T> =ImportListItem<T>[]
Defined in: utils/types.ts:129
A type that represents an import list.
T
The type of the instance that the constructor creates.