Back

TS Interview Prep / Type vs Interface

00:00
1/20

Type vs Interface

Medium

'When should you use "interface" vs "type"? Give one example where only "type" works.'

  • 1

    Interfaces are better for objects and classes. Types are needed for unions and primitives.

TYPESCRIPT PLAYGROUND
TYPESCRIPT PLAYGROUND
⏳ Loading editor…