interface Listeners { [propName: symbol]: Listener[]; };
上面代码会提示:
[ts] 索引签名参数类型必须为 "string" 或 "number"。 [1023]
请问如何表达一个对象的键值是symbol类型
相关分类