Place in app-global type definition file, so only need to define this once per application. interface Dictionary<T = any> { [key: string]: T; } const map: ...
確定! 回上一頁