mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
16 lines
210 B
TypeScript
16 lines
210 B
TypeScript
export type ContextType =
|
|
'Video' |
|
|
'Comment' |
|
|
'Playlist' |
|
|
'Follow' |
|
|
'Reject' |
|
|
'Accept' |
|
|
'View' |
|
|
'Announce' |
|
|
'CacheFile' |
|
|
'Delete' |
|
|
'Rate' |
|
|
'Flag' |
|
|
'Actor' |
|
|
'Collection'
|