Skip to main content
✏️ Code CompletionTS TypeScript Medium+20 XP

Pick Utility Type

Complete to pick only name and email from User.

✏️ Fill in the blank
type Preview = ___<User, "name" | "email">;

✏️ Type the missing code: