UNPKG

@nrwl/workspace

Version:

Smart, Fast and Extensible Build System.

14 lines (12 loc) 289 B
export interface Schema { projectName: string; destination: string; importPath?: string; updateImportPath: boolean; skipFormat?: boolean; } export interface NormalizedSchema extends Schema { importPath: string; newProjectName: string; relativeToRootDestination: string; }