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

    Type Alias InferSmartFactory<T>

    InferSmartFactory: T extends (() => DynamicModule)[]
        ? () => DynamicModule
        : (
            arg: InferSmartFactoryProps<T> | AsyncParams<InferSmartFactoryProps<T>>,
        ) => DynamicModule

    The factory signature produced by smartModule for the given configs and imports.

    Type Parameters