2
1

video-blacklist-create.model.ts 83 B

1234
  1. export interface VideoBlacklistCreate {
  2. reason?: string
  3. unfederate?: boolean
  4. }