DEV Community

Discussion on: Typescript Interface vs Class With Practical Examples

Collapse
 
raj_sekhar profile image
Raj Sekhar

Type actually looks better than interface.. so for api response and request object structure, I'll be using type. And interface only to implement any class. Thanks for your time and explaining everything.