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