video-change-ownership-create.model.ts 67 B

123
  1. export interface VideoChangeOwnershipCreate {
  2. username: string
  3. }