Suppose that I have this simple interface in my TypeScript codebase:
interface Address { houseNumber: number street: string city: string }