export type GenericHashMap = { [key in string]: any; };