export interface IrrelevantEntitiesResponse {
    [key: string]: string[];
}
