export interface Dictionary { [key: string]: T; [key: number]: T; }