video-abuse-object.ts 89 B

12345
  1. export interface VideoAbuseObject {
  2. type: 'Flag',
  3. content: string
  4. object: string
  5. }