1 post tagged with "typescript"

How to extend types in Typescript
Use an interface (Typescript 2.2+) We can extend types in Typescript by using the extends keyword For example we can write: Use an intersection type
Use an interface (Typescript 2.2+) We can extend types in Typescript by using the extends keyword For example we can write: Use an intersection type