Open azl397985856 opened 4 years ago
https://lucifer.ren/blog/2020/09/27/ts-exercises/
lucifer的个人博客,用来记录LeeCode刷题过程和心得,以及构建大前端知识体系
最后一个错啦吧? type PowerUser = Omit<User, "type"> & Omit<Admin, "type"> & { type: "powerUser" };
https://lucifer.ren/blog/2020/09/27/ts-exercises/
lucifer的个人博客,用来记录LeeCode刷题过程和心得,以及构建大前端知识体系