TypeScript | Object Types and Interfaces in TypeScript | Question5

Last Updated :
Discuss
Comments

What is a primary advantage of using interfaces over type aliases?

They allow merging of declarations.

They provide better runtime performance.

They are easier to convert to JavaScript.

They allow defining callback functions.

Share your thoughts in the comments