aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/videos/playlist/video-playlist-create.model.ts
blob: 67a33fa3599415b6d9fc4822144f14491602629e (plain) (tree)
1
2
3
4
5
6
7
8
9



                                                                     

                               
                      

                         
                     
 
import { VideoPlaylistPrivacy } from './video-playlist-privacy.model'

export interface VideoPlaylistCreate {
  displayName: string
  privacy: VideoPlaylistPrivacy

  description?: string
  videoChannelId?: number

  thumbnailfile?: any
}