Type alias FullConfig

FullConfig: {
    config: ConfigDictionnaryRaw;
    factoryParams: FactoryCtorInitParams;
}

The FullConfig type is a wrapper around the raw config itself and some params

Type declaration

Generated using TypeDoc