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