DEV Community

Discussion on: The Difference between TypeScript Interfaces and Types

Collapse
 
bgrand_ch profile image
Benjamin Grand • Edited

Thanks for this article.

There is also a difference on imports.

It isn't possible to import type {} from '...' with an Interface.

Collapse
 
woow_wu7 profile image
7

interface is also possible.