azl397985856 / blog

my personal blog(https://lucifer.ren/blog/)
10 stars 6 forks source link

TypeScript 练习题 | lucifer的网络博客 #102

Open azl397985856 opened 4 years ago

azl397985856 commented 4 years ago

https://lucifer.ren/blog/2020/09/27/ts-exercises/

lucifer的个人博客,用来记录LeeCode刷题过程和心得,以及构建大前端知识体系

mcfly001 commented 3 years ago

最后一个错啦吧? type PowerUser = Omit<User, "type"> & Omit<Admin, "type"> & { type: "powerUser" };