interface TypeScript定义接口案例教程

TypeScript定义接口(interface)案例教程,博智网带你了解详细信息 。
接口的作用:接口 , 英文:interface , 其作用可以简单的理解为:为我们的代码提供一种约定 。

在Typescript中是这么描述的: