Course contentsShow
TypeScript
Lesson 430 of 1,79610. Intersection TypesPro lesson

Basic Intersection Syntax

Use the & operator between types to create an intersection: type Combined = TypeA & TypeB creates a type with all properties.

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.