Suppose the following code in Typescript:
interface User { name: string, surname?: string } const user1: User