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

6 lines
89 B
TypeScript
Raw Normal View History

2017-11-15 15:12:23 +01:00
export interface VideoAbuseObject {
type: 'Flag',
content: string
object: string
}