@o3r/application
Version:
This module provides development help to monitor your Otter Application
8 lines • 315 B
TypeScript
import type { SchematicOptionObject } from '@o3r/schematics';
export interface NgAddSchematicsSchema extends SchematicOptionObject {
/** Project name */
projectName?: string | undefined;
/** Use a pinned version for otter packages */
exactO3rVersion?: boolean;
}
//# sourceMappingURL=schema.d.ts.map