解读Typescript中interface和type的用法及区别-牛翰网

解读Typescript中interface和type的用法及区别

目录 Typescript中interface和type区别 1. 语法差异 2.声明合并(Merging)的能力 3.可扩展性 4.兼容性 5.类型注解和类型别名 6.访问修饰符 7.联合类型与交叉类型 8.实现接口和类型别名 9.映射类...