@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.
8 lines • 516 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.allSupportedTypes = exports.allDefaultSupportedTypes = void 0;
/** All supported default type of an operator when not explicit by the operator (`unknown` as parameter) */
exports.allDefaultSupportedTypes = ['string', 'number', 'date', 'boolean'];
/** All supported types by the operator */
exports.allSupportedTypes = ['string', 'number', 'date', 'boolean', 'object'];
//# sourceMappingURL=rules-engine.extractor.interfaces.js.map
;