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

5 lines
77 B
TypeScript
Raw Normal View History

2017-10-24 17:41:09 +00:00
export interface VideoChannelUpdate {
name: string
description: string
}