When extending a Typescript type, is there any way to view the entire "merged object"?
type FileObj = Express.Multer.File & { destination?: string