2
1

video-abuse-create.model.ts 55 B

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