Map array from one type into antoher using typescript interfaces

前端 未结 0 1812
情深已故
情深已故 2021-01-05 22:25

I try to map an array from one interface type into another, my code looks like this:

interface Entry { ... }

 return this.dataService.getData(id).pipe(
              


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