1
0
Fork 0
peertube/shared/models/videos/transcoding/video-transcoding-create.model.ts

4 lines
84 B
TypeScript
Raw Normal View History

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