aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/objects/video-abuse-object.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/activitypub/objects/video-abuse-object.ts')
-rw-r--r--shared/models/activitypub/objects/video-abuse-object.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/shared/models/activitypub/objects/video-abuse-object.ts b/shared/models/activitypub/objects/video-abuse-object.ts
new file mode 100644
index 000000000..40e7abd57
--- /dev/null
+++ b/shared/models/activitypub/objects/video-abuse-object.ts
@@ -0,0 +1,5 @@
1export interface VideoAbuseObject {
2 type: 'Flag',
3 content: string
4 object: string
5}