type-challenges
type-challenges copied to clipboard
4 - Pick
type MyPick<T extends object, K extends keyof T> = { [Key in K]: T[Key] }