Visit complete TypeScript roadmap
TypeScript Topic

Typescript Types

Typescript Types

TypeScript has several built-in types, including:

  • number
  • string
  • boolean
  • any
  • void
  • null and undefined
  • never
  • object
  • symbol
  • Enumerated types (enum)
  • Tuple types
  • Array types
  • Union types
  • Intersection types
  • Type aliases
  • Type assertions

You can also create custom types in TypeScript using interfaces, classes, and type aliases.

Learn more from the following links:

More Topics

Explore related content

View All Topics
Loved by 100K+ Developers

Start Your Learning
Journey Today

Join thousands of developers who are leveling up their skills with structured roadmaps and expert guidance

No credit card required
Always free
Track your progress