Chocobozzz/PeerTube

View on GitHub
packages/models/src/activitypub/context.ts

Summary

Maintainability
A
0 mins
Test Coverage
export type ContextType =
  'Video' |
  'Comment' |
  'Playlist' |
  'Follow' |
  'Reject' |
  'Accept' |
  'View' |
  'Announce' |
  'CacheFile' |
  'Delete' |
  'Rate' |
  'Flag' |
  'Actor' |
  'Collection' |
  'WatchAction' |
  'Chapters' |
  'ApproveReply' |
  'RejectReply'