Interface and Type
Feb 3, 2022 · 1 min read · TL, DR: You should probably use interface in most cases. Unless it's the company policy to use type only or something. From the official document Because an interface more closely maps how JavaScript objects work by being open to extension, we recom...
Join discussion