type Type = { [string]: number, }; interface Interface { [string]: number; } export {Type, Interface};