How to map an object to another interface type when the property names are the same using typescript

前端 未结 0 1283
礼貌的吻别
礼貌的吻别 2020-12-06 03:03

Give I have IInterface1 and I have an array of objects of this type

export interface IInterface1 {
  id: string;
  status: string;
  otherStatus:         


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