How can I add a new array to an object within another array?

后端 未结 0 837
南旧
南旧 2021-02-20 04:26

I have this schema:

interface MyInterface {
  id: string
  type: string
  questions: Questions[]
  deletedQuestions: Questi         


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