export interface ProjectInfo {
  readonly project: string;
  readonly sourceFile: string;
  readonly sourceLanguage: string;
}
