mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
6 lines
119 B
TypeScript
6 lines
119 B
TypeScript
export interface VideoChannelCreate {
|
|
name: string
|
|
displayName: string
|
|
description?: string
|
|
support?: string
|
|
}
|