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