Sobes.tech
Middle

TypeScript task: describe a user type with fields firstName, lastName, optional middleName, and a flag indicating the presence of a middleName. Write a function to format the full name. Describe a phone type that always starts with +7. Convert the type with lowercase keys to a type with uppercase keys without refactoring, using TypeScript features.

TypeScript task: describe a user type with fields… - sobes.tech