PeerTube/shared/models/activitypub/objects/video-abuse-object.ts

6 lines
100 B
TypeScript
Raw Normal View History

2017-11-15 15:12:23 +01:00
export interface VideoAbuseObject {
type: 'Flag',
content: string
2019-08-30 09:40:21 +02:00
object: string | string[]
2017-11-15 15:12:23 +01:00
}