Skip to content

ImportListItem

ImportListItem<T> = object

Defined in: utils/types.ts:59

A type that represents an item in an import list.

T = any

The type of the instance that the constructor creates.

optional autoLoad: boolean

Defined in: utils/types.ts:64


id: string

Defined in: utils/types.ts:60


module: ImportListItemModule<T>

Defined in: utils/types.ts:61


optional namedExport: string

Defined in: utils/types.ts:62


optional options: any

Defined in: utils/types.ts:63