export interface IEndevorConfigTable {
    [key: string]: string | string[];
}
