X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=server%2Ftypings%2Fplugins%2Fplugin-library.model.ts;h=5b517ee9f21f66046b351855c20a369d7a269bfd;hb=00aab0666c6f772548c160fdfa871a8843b88f37;hp=fd90a3b46dd5a1d96a1aa7e822ca63774ab9b137;hpb=32fe00138990627749da58ff9f845584013aa219;p=github%2FChocobozzz%2FPeerTube.git diff --git a/server/typings/plugins/plugin-library.model.ts b/server/typings/plugins/plugin-library.model.ts index fd90a3b46..5b517ee9f 100644 --- a/server/typings/plugins/plugin-library.model.ts +++ b/server/typings/plugins/plugin-library.model.ts @@ -1,7 +1,7 @@ -import { RegisterOptions } from './register-options.model' +import { RegisterServerOptions } from './register-server-option.model' export interface PluginLibrary { - register: (options: RegisterOptions) => Promise + register: (options: RegisterServerOptions) => Promise unregister: () => Promise }