Union of objects with arrays as a common value

后端 未结 0 1877
醉梦人生
醉梦人生 2020-12-08 16:16

Starting from these types:

type A = { commonKey: { a: string }[] };
type B = { commonKey: { b: number }[] };

Is it possible to obtain the fol

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