Typescript record error when using pointer like tree

前端 未结 0 1086
梦谈多话
梦谈多话 2021-02-05 06:03

I have a function that goes through nodes and places them in a tree:

This is the interface type

interface IDataObj { 
    children: IDataObj[],
    frontma         


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