Select a subset of properties.
Pick<User, 'name'>
interface User { id: number; name: string; email: string; } type UserPreview = any; // TODO