PeerTube/shared/models/videos/channel/video-channel-update.model.ts

8 lines
142 B
TypeScript

export interface VideoChannelUpdate {
displayName?: string
description?: string
support?: string
bulkVideosSupportUpdate?: boolean
}