Cannot properly index a type with Omit in Typescript

后端 未结 0 1736
隐瞒了意图╮
隐瞒了意图╮ 2021-01-03 14:28

Consider a type:

interface BaseType {
  a: number;
  b: number;
  c: number;
}

Now consider a type derived from it where c is no

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