1
0
Fork 0
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:
Chocobozzz 2019-07-18 16:43:41 +02:00 committed by Chocobozzz
parent 60cfd4cb54
commit 32fe001389
5 changed files with 72 additions and 53 deletions

View file

@ -1,7 +0,0 @@
import { RegisterOptions } from './register-options.model'
export interface PluginLibrary {
register: (options: RegisterOptions) => Promise<any>
unregister: () => Promise<any>
}