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.
This question is part of this quiz :
Object Types and Interfaces in TypeScript Quiz