Chocobozzz/PeerTube

View on GitHub
packages/models/src/videos/channel/video-channel-update.model.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface VideoChannelUpdate {
  displayName?: string
  description?: string
  support?: string

  bulkVideosSupportUpdate?: boolean
}