nestjs-smart-modules - v1.1.2
Preparing search index...
ExtendedSmartImport
Interface ExtendedSmartImport<T>
Inline form of
SmartImport
that namespaces the imported module's configuration.
interface
ExtendedSmartImport
<
T
=
any
>
{
label
?:
string
;
prefix
?:
string
;
smartImport
:
SmartImport
<
T
>
;
}
Type Parameters
T
=
any
Index
Properties
label?
prefix?
smart
Import
Properties
Optional
label
label
?:
string
Optional
prefix
prefix
?:
string
smart
Import
smartImport
:
SmartImport
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
label
prefix
smart
Import
nestjs-smart-modules - v1.1.2
Loading...
Inline form of SmartImport that namespaces the imported module's configuration.