Type Alias FullConfig

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

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