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

6 lines
104 B
TypeScript
Raw Normal View History

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