]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-token.model.ts
Merge branch 'release/4.3.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-token.model.ts
1 export interface VideoToken {
2 files: {
3 token: string
4 expires: string | Date
5 }
6 }