export interface ApplicationGeneratorSchema {
  name: string;
  tags?: string;
  parent?: string;
  directory?: string;
}
