interface IDictionary { [key: string]: T; } export default IDictionary;