https://www.tutorialspoint.com/typescript/typescript_interfaces.html is also a good read.
Basically, what I understand about Interface is, it defines properties,methods for the members. And this can be used to reuse the content any number of times.
solved Interface in TypeScript’s latest version