video-blacklist-create.model.ts 60 B

123
  1. export interface VideoBlacklistCreate {
  2. reason?: string
  3. }