Add ability to list redundancies
[oweals/peertube.git] / client / src / typings.d.ts
1 /* SystemJS module definition */
2 declare var module: NodeModule
3
4 interface NodeModule {
5   id: string
6 }