How to view the full Typescript type when merging types

前端 未结 0 540
后悔当初
后悔当初 2021-02-05 09:51

When extending a Typescript type, is there any way to view the entire "merged object"?

type FileObj = Express.Multer.File & {
  destination?: string         


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