export interface Workspace { type: 'nx' | 'angular'; dir: string; }