1
0
Fork 0
peertube/shared/models/videos/channel/video-channel-update.model.ts
2019-05-31 16:44:46 +02:00

7 lines
142 B
TypeScript

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