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

4 lines
84 B
TypeScript
Raw Normal View History

2021-11-18 07:35:08 -06:00
export interface VideoTranscodingCreate {
transcodingType: 'hls' | 'webtorrent'
}