interface ConfigurationManagerServiceInterface {
    config: Record<string, undefined | Record<string, any>>;
    systemConfig: Record<string, any>;
}

Implemented by

Properties

Properties

config: Record<string, undefined | Record<string, any>>
systemConfig: Record<string, any>
MMNEPVFCICPMFPCPTTAAATR