@o3r/core
Version:
Core of the Otter Framework
8 lines • 362 B
TypeScript
import type { SchematicOptionObject } from '@o3r/schematics';
export interface NgShowModulesSchematicsSchema extends SchematicOptionObject {
/** Display only the modules with CMS administration */
cmsOnly: boolean;
/** Display only the modules that are not already installed */
hideInstalledModule: boolean;
}
//# sourceMappingURL=schema.d.ts.map