1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-03-22 16:19:46 +01:00

Adding content to 101-typescript-types

This commit is contained in:
syedmouaazfarrukh 2023-02-01 09:25:46 -08:00 committed by Kamran Ahmed
parent 12a4be2227
commit a4dddfb19b

View File

@ -19,7 +19,7 @@ TypeScript has several built-in types, including:
15. Type aliases
16. Type assertions
Additionally, you can also create custom types in TypeScript using interfaces, classes, and type aliases.
You can also create custom types in TypeScript using interfaces, classes, and type aliases.
Learn more from the following links: