Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumTypeScriptmodule augmentationSingle-choice MCQ

Why does this global augmentation fail with error TS2669?

// a-file.ts (no top-level import/export) declare global { interface Window { myFlag: boolean; } }