Interface
  • 音标:/ˈɪntərfeɪs/
  • 意思:接口
  • 例句TypeScript interfaces define the shape of an object.
  • 翻译:TypeScript接口定义对象的形状。
  • 补充说明:接口描述属性和方法,但不提供实现。