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

5 lines
78 B
TypeScript
Raw Normal View History

2017-10-24 13:41:09 -04:00
export interface VideoChannelCreate {
name: string
description?: string
}