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