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 275 B
import type { NgAddOptions, SchematicOptionObject } from '@o3r/schematics'; export interface NgAddSchematicsSchema extends NgAddOptions, SchematicOptionObject { /** Activate metadata extraction */ enableMetadataExtract: boolean; } //# sourceMappingURL=schema.d.ts.map