mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Reorganize plugin models
This commit is contained in:
parent
2b02c520e6
commit
428ccb8b7a
48 changed files with 113 additions and 112 deletions
|
@ -1,9 +0,0 @@
|
|||
import { VideoPrivacy } from '../videos/video-privacy.enum'
|
||||
|
||||
export interface PluginVideoPrivacyManager {
|
||||
// PUBLIC = 1
|
||||
// UNLISTED = 2
|
||||
// PRIVATE = 3
|
||||
// INTERNAL = 4
|
||||
deletePrivacy: (privacyKey: VideoPrivacy) => boolean
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue