glows777

Results 2 comments of glows777

宝哥,第二个问题的Exclusive类型,可不可以写成这样: type Exclusive = { [K in keyof T as K extends keyof U ? K : never]: T[K] } type someType = { hi: `string,` hh: number } function...