export interface VideoChannelCreate {
name: string
displayName: string
description?: string
support?: string
}