aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/videos/video-channel-create.model.ts
blob: 08cd5fb84739546540dd5df9b21a3f0680cf2e3b (plain) (tree)
1
2
3
4
5
                                     
                     
                      
                  
 
export interface VideoChannelCreate {
  displayName: string
  description?: string
  support?: string
}