]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/typings.d.ts
Merge branch 'release/2.1.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / typings.d.ts
1 /* SystemJS module definition */
2 declare var module: NodeModule
3
4 interface NodeModule {
5 id: string
6 }