Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumTypeScriptkeyof and indexed accessSingle-choice MCQ

Given the type below, what is the resulting type of `T`?

type Obj = { a: 1; b: 2; c: 3 }; type T = Obj[keyof Obj];