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.

10 lines 391 B
import type { SchematicOptionObject } from '@o3r/schematics'; export interface NgAddSchematicsSchema extends SchematicOptionObject { /** Project name */ projectName?: string | undefined; /** Activate metadata extraction */ enableMetadataExtract: boolean; /** Use a pinned version for otter packages */ exactO3rVersion?: boolean; } //# sourceMappingURL=schema.d.ts.map