]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/express.d.ts
Support HTML entities in markdown fields
[github/Chocobozzz/PeerTube.git] / server / types / express.d.ts
index 91a8cf3d88e99ad9e8835c4fde6691620c80b00d..4537c57c65ab8b6db8766d6c3dc75a9137c75267 100644 (file)
@@ -185,6 +185,8 @@ declare module 'express' {
       externalAuth?: RegisterServerAuthExternalOptions
 
       plugin?: MPlugin
+
+      localViewerFull?: MLocalVideoViewerWithWatchSections
     }
   }
 }