UNPKG

@o3r/schematics

Version:

Schematics module of the Otter framework

4 lines 225 B
import type { NgAddOptions, SchematicOptionObject } from '../../src/public_api'; export interface NgAddSchematicsSchema extends Omit<NgAddOptions, 'skipInstall'>, SchematicOptionObject { } //# sourceMappingURL=schema.d.ts.map