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

6 lines
99 B
TypeScript
Raw Normal View History

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