FlashcardBeginner
Object type annotations
Object type annotations describe the shape of an object by listing its properties and their types.
Question
How do you write an object type annotation in TypeScript?
Click to reveal answer
Object type annotations describe the shape of an object by listing its properties and their types.
How do you write an object type annotation in TypeScript?