Skip to content

ImportListItem

ImportListItem<T> = object

Defined in: utils/types.ts:61

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:66


id: string

Defined in: utils/types.ts:62


module: ImportListItemModule<T>

Defined in: utils/types.ts:63


optional namedExport: string

Defined in: utils/types.ts:64


optional options: any

Defined in: utils/types.ts:65