# Typescript: don't use interfaces

- Published: 2023-01-20
- URL: https://notes.webutvikling.org/do-not-use-ts-interfaces
- Tags: typescript, interface, type, matt pocock
- Source: https://www.youtube.com/watch?v=zM9UPcIyyhQ

Use types instead of interfaces in Typescript. Except when you have to use interface.
