export interface IGenericObject { [index: string]: TValue; }