QuizAdvanced
Indexed Access Types
Looking up a property type using bracket notation on a type.
For `type User = { id: number; name: string }`, what is `User["id"]`?
Looking up a property type using bracket notation on a type.
For `type User = { id: number; name: string }`, what is `User["id"]`?