1 2 3
export interface VideoTranscodingCreate { transcodingType: 'hls' | 'webtorrent' | 'web-video' // TODO: remove webtorrent in v7 }