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

Intersecting Object Types

Combining object types merges their properties: { name: string } & { age: number } results in { name: string; age: number }.

This lesson is for subscribers

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