What are the differences between Class and Interface in Typescript?
I mean if you check out TS' documentation, parameters can be of type Interface. An interface can inherit from a class. Similarly a class can inherit from an interface.
I mean if you check out TS' documentation, parameters can be of type Interface. An interface can inherit from a class. Similarly a class can inherit from an interface.