4 lines
131 B
TypeScript
4 lines
131 B
TypeScript
export interface VideoTranscodingCreate {
|
|
transcodingType: 'hls' | 'webtorrent' | 'web-video' // TODO: remove webtorrent in v7
|
|
}
|