✏️ 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">;Complete to pick only name and email from User.
type Preview = ___<User, "name" | "email">;