ImportListItem
ImportListItem<
T
> =object
Defined in: utils/types.ts:61
A type that represents an item in an import list.
Type Parameters
Section titled “Type Parameters”T
= any
The type of the instance that the constructor creates.
Properties
Section titled “Properties”autoLoad?
Section titled “autoLoad?”
optional
autoLoad:boolean
Defined in: utils/types.ts:66
id:
string
Defined in: utils/types.ts:62
module
Section titled “module”module:
ImportListItemModule
<T
>
Defined in: utils/types.ts:63
namedExport?
Section titled “namedExport?”
optional
namedExport:string
Defined in: utils/types.ts:64
options?
Section titled “options?”
optional
options:any
Defined in: utils/types.ts:65