basarat / typescript-book

:books: The definitive guide to TypeScript and possibly the best TypeScript book :book:. Free and Open Source 🌹
https://basarat.gitbook.io/typescript/
Other
20.58k stars 2.52k forks source link

style guide doesn't provide a reason for prefering interface for object typing #644

Open carpben opened 2 years ago

carpben commented 2 years ago

style guide recommends using interface notation for objects, when it extends or implements but unlike all other recommendations doesn't provide reasoning. That is actually one I'd love to know 🙂.