Exercise #95: Declaration Merging In Global Namespace
React + TypeScript ยท 07-types-deep-dive
Goal

Goal: Use declaration merging to add a `bar: string` property to `React.MyAwesomeInterface`.

Run "Check Solution" to validate your code in the browser.