UNPKG

@o3r/schematics

Version:

Schematics module of the Otter framework

6 lines 238 B
import type { SchematicOptionObject } from '../../src/public_api'; export interface NgAddSchematicsSchema extends SchematicOptionObject { /** Project name */ projectName?: string | undefined; } //# sourceMappingURL=schema.d.ts.map