X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Ftypings.d.ts;h=ef6c9f2f5d2983b70893a5f157b140899e8426f7;hb=d424d3dbd28138fcf38334859aaf52a44a9801fa;hp=ef5c7bd620579296a1290b1a0b04c96d72e57bc6;hpb=63c4db6d71b98523753c51747e308682d9a2e8a0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/typings.d.ts b/client/src/typings.d.ts index ef5c7bd62..ef6c9f2f5 100644 --- a/client/src/typings.d.ts +++ b/client/src/typings.d.ts @@ -1,5 +1,6 @@ /* SystemJS module definition */ -declare var module: NodeModule; +declare var module: NodeModule + interface NodeModule { - id: string; + id: string }