mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Provide logger to plugins
This commit is contained in:
parent
60cfd4cb54
commit
32fe001389
5 changed files with 72 additions and 53 deletions
|
@ -1,7 +0,0 @@
|
|||
import { RegisterOptions } from './register-options.model'
|
||||
|
||||
export interface PluginLibrary {
|
||||
register: (options: RegisterOptions) => Promise<any>
|
||||
|
||||
unregister: () => Promise<any>
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue