1
0
Fork 0
peertube/shared/models/videos/channel/video-channel-create.model.ts

7 lines
119 B
TypeScript
Raw Normal View History

2017-10-24 17:41:09 +00:00
export interface VideoChannelCreate {
2018-08-17 13:45:42 +00:00
name: string
2018-04-26 14:11:38 +00:00
displayName: string
2017-10-24 17:41:09 +00:00
description?: string
support?: string
2017-10-24 17:41:09 +00:00
}