aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/context.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/activitypub/context.ts')
-rw-r--r--shared/models/activitypub/context.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/activitypub/context.ts b/shared/models/activitypub/context.ts
new file mode 100644
index 000000000..bd795a2fd
--- /dev/null
+++ b/shared/models/activitypub/context.ts
@@ -0,0 +1 @@
export type ContextType = 'All' | 'View' | 'Announce' | 'CacheFile'