Refactor: Separated "Other Videos" section into a dedicated component/service (#969)
[oweals/peertube.git] / client / src / typings.d.ts
1 /* SystemJS module definition */
2 declare var module: NodeModule;
3 interface NodeModule {
4   id: string;
5 }