TypeScript | Object Types and Interfaces in TypeScript | Question9

Last Updated :
Discuss
Comments

Which of the following can be included in a TypeScript interface?

Properties and methods

Constructor implementations

Default property values

Global variable declarations

Share your thoughts in the comments