aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/channel/video-channel-create-result.model.ts
blob: e3d7aeb4cd6a0b8d72f5ee2fc66ff4caa94ebd31 (plain) (blame)
1
2
3
export interface VideoChannelCreateResult {
  id: number
}