From a4dddfb19b8e210cc93bb31145e8574873f90011 Mon Sep 17 00:00:00 2001 From: syedmouaazfarrukh Date: Wed, 1 Feb 2023 09:25:46 -0800 Subject: [PATCH] Adding content to 101-typescript-types --- src/roadmaps/typescript/content/101-typescript-types/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/roadmaps/typescript/content/101-typescript-types/index.md b/src/roadmaps/typescript/content/101-typescript-types/index.md index 90c24f608..62b058398 100644 --- a/src/roadmaps/typescript/content/101-typescript-types/index.md +++ b/src/roadmaps/typescript/content/101-typescript-types/index.md @@ -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: