export interface IndexJsonSchemaGeneratorSchema {
  /** Name of the project */
  project: string;
}
