1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-05 02:39:33 +02:00
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
}