]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - shared/models/videos/video-source.ts
Support two factor authentication in backend
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-source.ts
... / ...
CommitLineData
1export interface VideoSource {
2 filename: string
3}