]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/activitypub/context.ts
Refactor AP context builder
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / context.ts
CommitLineData
a219c910
C
1export 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'