Types v/s Interfaces in TypeScript - A Dilemma
Jun 7, 2024 · 1 min read · When venturing into TypeScript, many encounter the dilemma of whether to employ Types or Interfaces, as both appear to fulfill the same function: predefining data or object types for future use. The TypeScript official documentation recommends priori...
Join discussion