aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/+video-edit/shared/video-edit.type.ts
blob: fdbe9505cfa2e1c314e23828bcdd0fab467cda1d (plain) (blame)
1
export type VideoEditType = 'update' | 'upload' | 'import-url' | 'import-torrent' | 'go-live'