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'
|