mirror of https://github.com/Chocobozzz/PeerTube
5 lines
77 B
TypeScript
5 lines
77 B
TypeScript
|
export interface VideoChannelUpdate {
|
||
|
name: string
|
||
|
description: string
|
||
|
}
|