Appearance
相同点
extends
不同点
type 类型别名可以用其它类型(联合类型、元组类型、基本类型(原始值)),interface不支持
type
interface
interface 可以多次定义,并被视为合并所有声明成员。type 不支持
type 能使用in关键字生成映射类型,但interface不行
in