Home
JavaScript
Node JS
React JS
Express JS
EJS
TypeScript
Flutter
Android (Flutter)
iOS (Flutter)
WordPress
Web Development
Programming
Others
Database
MongoDB
API
JSON
Softwares
Contact SmartCodeHelper
Tools
Tag:
avoid multiple type definitions in typescript
TypeScript: Type Alias – to avoid duplicate type definitions
TypeScript
June 13, 2021
0
To avoid duplication or repeated type definitions, we have the type alias in TypeScript. We can do this easily using the type keyword in...
Read more »