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

6 lines
97 B
TypeScript
Raw Normal View History

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