QuizAdvanced

Utility Type: Omit

Removing specific properties from a type.

What is `Omit<{ a: number; b: string; c: boolean }, "b">`?