TypeScript | Object Types and Interfaces in TypeScript | Question3

Last Updated :
Discuss
Comments

What feature is specific to interfaces in TypeScript?

The ability to define unions of types.

The ability to extend other interfaces.

The ability to define dynamic property keys.

The ability to create conditional types.

Share your thoughts in the comments