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

Which is the inferred type T?

type T = ({ x: number } & { x: string })["x"];