import { ProjectType } from '@nrwl/devkit';

export interface AddPackageGeneratorSchema {
  directory: string;
  projectType?: ProjectType;
}
