video-channel-update.model.ts 104 B

12345
  1. export interface VideoChannelUpdate {
  2. displayName: string
  3. description?: string
  4. support?: string
  5. }