aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/video-channel-create.model.ts
blob: 08cd5fb84739546540dd5df9b21a3f0680cf2e3b (plain) (blame)
1
2
3
4
5
export interface VideoChannelCreate {
  displayName: string
  description?: string
  support?: string
}