Let\'s suppose I have this interface:
export interface User { name: { firstName: string, lastName: string } }
Is ther