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

6 lines
99 B
TypeScript
Raw Normal View History

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