]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/activitypub/context.ts
Update server dependencies
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / context.ts
1 export type ContextType =
2 'Video' |
3 'Comment' |
4 'Playlist' |
5 'Follow' |
6 'Reject' |
7 'Accept' |
8 'View' |
9 'Announce' |
10 'CacheFile' |
11 'Delete' |
12 'Rate' |
13 'Flag' |
14 'Actor' |
15 'Collection' |
16 'WatchAction'