aboutsummaryrefslogblamecommitdiffhomepage
path: root/packages/models/src/activitypub/context.ts
blob: e52463c6cee03182d6ac8e5a725c635a44471031 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                         
                

                 
export type ContextType =
  'Video' |
  'Comment' |
  'Playlist' |
  'Follow' |
  'Reject' |
  'Accept' |
  'View' |
  'Announce' |
  'CacheFile' |
  'Delete' |
  'Rate' |
  'Flag' |
  'Actor' |
  'Collection' |
  'WatchAction' |
  'Chapters'