export interface IHashMapGeneric { [id: string]: T; }