video-channel-create.model.ts 119 B

123456
  1. export interface VideoChannelCreate {
  2. name: string
  3. displayName: string
  4. description?: string
  5. support?: string
  6. }