]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - shared/models/videos/video-token.model.ts
Support studio transcoding in peertube runner
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-token.model.ts
... / ...
CommitLineData
1export interface VideoToken {
2 files: {
3 token: string
4 expires: string | Date
5 }
6}