export interface NxPluginGeneratorSchema {
  name: string;
  publishPublicly?: boolean;
}
