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

8 lines
142 B
TypeScript
Raw Normal View History

2017-10-24 19:41:09 +02:00
export interface VideoChannelUpdate {
displayName?: string
description?: string
support?: string
bulkVideosSupportUpdate?: boolean
2017-10-24 19:41:09 +02:00
}