Destructuring a nested object array in Typescript

后端 未结 0 687
南方客
南方客 2021-02-19 08:52

I have these three classes which are nested.

Level 1 = Chapter objects

export class Chapter {

  constructor() {
    this.groups = new Array()         


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