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

Does this `satisfies` expression compile, and why?

type Config = { a: number; b: number }; const c = { a: 1 } satisfies Config;