nestjs-smart-modules - v1.1.2
    Preparing search index...

    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
    label?: string
    prefix?: string
    smartImport: SmartImport<T>