mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
WIP plugins: plugin settings on server side
This commit is contained in:
parent
ffb321bedc
commit
ad91e7006e
20 changed files with 419 additions and 61 deletions
|
@ -1,6 +1,7 @@
|
|||
import { RegisterOptions } from './register-options.type'
|
||||
import { RegisterOptions } from './register-options.model'
|
||||
|
||||
export interface PluginLibrary {
|
||||
register: (options: RegisterOptions) => void
|
||||
|
||||
unregister: () => Promise<any>
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue