export interface AnalyzeExecutorSchema {
  fatalInfos: boolean;
  fatalWarnings: boolean;
}
