mirror of https://github.com/Chocobozzz/PeerTube
6 lines
104 B
TypeScript
6 lines
104 B
TypeScript
|
export interface VideoChannelUpdate {
|
||
|
displayName: string
|
||
|
description?: string
|
||
|
support?: string
|
||
|
}
|