X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Ftypings.d.ts;h=24473aedea331c43dc5a7f5af7bd63ac8c2b81b0;hb=27db78400c558e19bfac0da885fe0b7d0a3e6a0c;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..24473aede 100644 --- a/client/src/typings.d.ts +++ b/client/src/typings.d.ts @@ -1,5 +1,8 @@ /* SystemJS module definition */ -declare var module: NodeModule; +declare var module: NodeModule + interface NodeModule { - id: string; + id: string } + +declare module 'markdown-it-emoji/light'