Element implicitly has an 'any' type because expression of type 'string' can't be used to index type '{}

后端 未结 0 1456
渐次进展
渐次进展 2021-01-15 13:08

I am unable to add elements in my object in typescript.



const bodyData = [
  {
    propName: "name",
    value: "secondName&         


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