用于做 TS 学习 1.数据类型 number string boolean undefined null void any unknown Array tuple interface class type 2.内置类型与工具 联合类型 | 交叉类型 & 类型别名 type alias 键类型 keyof x 3.类型别名 4.接口 5.类 6.泛型 7.配置文件 8.类型声明文件