]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/express.d.ts
Support live session in server
[github/Chocobozzz/PeerTube.git] / server / types / express.d.ts
index 4537c57c65ab8b6db8766d6c3dc75a9137c75267..7cc13f21d40506b1c7217de3ea64aabd2bdc234c 100644 (file)
@@ -119,6 +119,7 @@ declare module 'express' {
       videoId?: MVideoId
 
       videoLive?: MVideoLive
+      videoLiveSession?: MVideoLiveSession
 
       videoShare?: MVideoShareActor