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

8 lines
142 B
TypeScript
Raw Normal View History

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