QuizAdvanced
Utility Type: Pick
Selecting a subset of properties from a type.
What is `Pick<{ a: number; b: string; c: boolean }, "a" | "c">`?
Selecting a subset of properties from a type.
What is `Pick<{ a: number; b: string; c: boolean }, "a" | "c">`?