aboutsummaryrefslogblamecommitdiffhomepage
path: root/shared/models/videos/blacklist/video-blacklist-create.model.ts
blob: 6e7d36421d4bcae753f3d276e83a9659e80fb995 (plain) (tree)
1
2
3
4

                                       
                      
 
export interface VideoBlacklistCreate {
  reason?: string
  unfederate?: boolean
}