Skip to main content

Type

Type aliases in TypeScript allow you to create custom type definitions that can be reused throughout your codebase.

Overview

Type aliases provide a way to give a name to any type, making your code more readable and maintainable.