← Code LabTypeScript0/50 solved · 0%
Utility Types · medium

33. Extract Utility

Keep only shared types in a union.

Extract 'a' from 'a' | 'b' | 'c'.
Required in your answer: Extract<T, 'a'>