@o3r/core
Version:
Core of the Otter Framework
8 lines • 322 B
TypeScript
import type { SchematicOptionObject } from '@o3r/schematics';
export interface NgGenerateUpdateSchematicsSchema extends SchematicOptionObject {
/** Project name */
name?: string | undefined;
/** Source directory containing the schematics */
path?: string | undefined;
}
//# sourceMappingURL=schema.d.ts.map