aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/channel/video-channel-update.model.ts
blob: 8dde9188bb2bac1ba8de487f135e70f0f919ab61 (plain) (blame)
1
2
3
4
5
6
7
export interface VideoChannelUpdate {
  displayName?: string
  description?: string
  support?: string

  bulkVideosSupportUpdate?: boolean
}