PeerTube/shared/models/videos/transcoding/video-transcoding-create.mo...

4 lines
84 B
TypeScript
Raw Normal View History

2021-11-18 14:35:08 +01:00
export interface VideoTranscodingCreate {
transcodingType: 'hls' | 'webtorrent'
}