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

6 lines
99 B
TypeScript
Raw Normal View History

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