我只想在typescript接口中声明一个静态属性?关于这个,我没有找到任何地方.
interface myInterface { static Name:string; }
可能吗?
typescript
typescript ×1