How to initialized {[key: string]: string} to {} in TypeScript?

后端 未结 0 1605
我在风中等你
我在风中等你 2021-02-01 19:12
interface a {
    d: {[key: string]: string}
}

class a {
    d = {}
}

returns the following error :

Subsequent property declaration

相关标签:
回答
  • 消灭零回复
提交回复
热议问题