import { Path } from '@angular-devkit/core'; export interface NestAddOptionsSchema { sourceRoot: string; skipImport?: boolean; name?: string; path?: string; metadata?: string; type?: string; module?: Path; }