export interface GeneratorOptions {
  project?: string;
  skipFormat?: boolean;
}
