video-change-ownership-accept.model.ts 68 B

123
  1. export interface VideoChangeOwnershipAccept {
  2. channelId: number
  3. }