What keyword is used to implement an interface in a TypeScript class?
TypeScript AssociateEasy
TypeScript Associate — Easy
What keyword is used to implement an interface in a TypeScript class?
Explanation
In TypeScript, the keyword used to implement an interface in a class is "implements." This keyword signifies that the class is adopting the structure defined by the interface.