A Comprehensive Comparison of TypeScript Type vs Interface

TypeScript, a powerful superset of JavaScript, has gained popularity among developers for its highly sophisticated typing system. It offers two ways to define data shapes: types and interfaces. But how do we choose between them?