UNPKG

@o3r/rules-engine

Version:

This module provides a rule engine that can be executed on your Otter application to customize your application (translations, placeholders and configs) based on a json file generated by your CMS.

6 lines 206 B
/** * Components which are activating ruleset should implement this to be identified by CMS extractor */ export interface LinkableToRuleset { } //# sourceMappingURL=linkable-to-ruleset.interfaces.d.ts.map