1
0
Fork 0
peertube/shared/models/videos/video-channel-update.model.ts
2017-10-26 09:11:38 +02:00

4 lines
77 B
TypeScript

export interface VideoChannelUpdate {
name: string
description: string
}