从未导出的名称空间导入未导出的接口

时间:2020-06-03 16:32:41

标签: typescript typescript-typings

是否可以从未导出的名称空间导入未导出的接口?

我想从此处导入接口:https://github.com/JMPerez/spotify-web-api-js/blob/master/src/typings/spotify-api.d.ts

谢谢

[编辑]

结果是,您不需要导入名称空间,只需在代码中引用它即可。

const foo: SpotifyApi.TheInterfaceYouWantToImport = {bar: 'baz'}

如果有人可以将我链接到Typescript文档中解释其工作原理的部分,我将不胜感激。

0 个答案:

没有答案