export interface IPlainObject { [index: string]: string; }