Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardTypeScriptsatisfies operatorSingle-choice MCQ

Which is the inferred type T?

const v = [{ k: "a" }] as const satisfies readonly { k: string }[];\ntype T = typeof v;