How to select properties of object which are not keys of some type?

后端 未结 0 1951
陌清茗
陌清茗 2021-01-18 08:20

Suppose a type...

type Thing = {
    name: string;
    // other properties
};

...and an object which looks like this...

const          


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