Explore Library
TypeScriptTypes & Basic Syntax

1 items

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