Skip to content

ImportListItem

ImportListItem<T>: object

Defined in: utils/types.ts:61

A type that represents an item in an import list.

Type Parameters

T = any

The type of the instance that the constructor creates.

Type declaration

autoLoad?

optional autoLoad: boolean

id

id: string

module

module: ImportListItemModule<T>

namedExport?

optional namedExport: string

options?

optional options: any