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.

5 lines 270 B
import type { MigrationMetadataCheckBuilderOptions } from '@o3r/extractors'; /** Migration metadata check builder schema */ export interface RuleFactMigrationMetadataCheckBuilderSchema extends MigrationMetadataCheckBuilderOptions { } //# sourceMappingURL=schema.d.ts.map