1
0
Fork 0
peertube/shared/models/activitypub/objects/video-abuse-object.ts

6 lines
99 B
TypeScript

export interface VideoAbuseObject {
type: 'Flag'
content: string
object: string | string[]
}