aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/activitypub/context.ts
blob: e9df3820769f0a5c378cfbff5a06cd7a47a0e07f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export type ContextType =
  'Video' |
  'Comment' |
  'Playlist' |
  'Follow' |
  'Reject' |
  'Accept' |
  'View' |
  'Announce' |
  'CacheFile' |
  'Delete' |
  'Rate' |
  'Flag' |
  'Actor' |
  'Collection' |
  'WatchAction'