@o3r/configuration
Version:
This module contains configuration-related features such as CMS compatibility, Configuration override, store and debugging. It enables your application runtime configuration and comes with an integrated ng builder to help you generate configurations suppo
13 lines • 496 B
TypeScript
import type { RulesEngineAction } from '@o3r/core';
/** ActionUpdateConfigurationBlock */
export declare const RULES_ENGINE_CONFIGURATION_UPDATE_ACTION_TYPE = "UPDATE_CONFIG";
/**
* Content of action that updates a Configuration
*/
export interface ActionUpdateConfigBlock extends RulesEngineAction {
actionType: typeof RULES_ENGINE_CONFIGURATION_UPDATE_ACTION_TYPE;
library: string;
component: string;
property: string;
}
//# sourceMappingURL=configuration.interfaces.d.ts.map