TypeScript | Object Types and Interfaces in TypeScript | Question2

Last Updated :
Discuss
Comments

Which of the following best describes object types in TypeScript?

They define the behavior of a class.

They enforce the structure of an object.

They allow dynamic type creation at runtime.

They enable asynchronous operations on objects.

Share your thoughts in the comments