export interface NxMavenWrapperGeneratorSchema {
  skipGitignore?: boolean;
  skipFormat?: boolean;
}
