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

Which is the inferred type T?

const s = Symbol();\ntype O = { x: number };\ntype T = keyof O;