mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
15 lines
210 B
TypeScript
15 lines
210 B
TypeScript
export type ContextType =
|
|
'Video' |
|
|
'Comment' |
|
|
'Playlist' |
|
|
'Follow' |
|
|
'Reject' |
|
|
'Accept' |
|
|
'View' |
|
|
'Announce' |
|
|
'CacheFile' |
|
|
'Delete' |
|
|
'Rate' |
|
|
'Flag' |
|
|
'Actor' |
|
|
'Collection'
|