export interface AssociativeArray { [key: string]: string | any; }