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

6 lines
104 B
TypeScript
Raw Normal View History

2017-10-24 12:41:09 -05:00
export interface VideoChannelUpdate {
2018-04-26 09:11:38 -05:00
displayName: string
description?: string
support?: string
2017-10-24 12:41:09 -05:00
}