export interface HashMap { [key: string]: T; }