Carmine Tambasciablog.allaroundjavascript.comยทAug 25, 2024Difference between extending and intersecting interfaces in TypeScript?Have you ever found yourself thinking in a complex project asking this question, then in this article I will try to answer with examples Let's say the following type is defined: interface Shape { color: string; } Now, maybe we need a way to abstra...45 readsTypeScriptAdd a thoughtful commentNo comments yetBe the first to start the conversation.