diff --git a/typings/pluginapi.d.ts b/typings/pluginapi.d.ts index aa9ce0ff..b0f6bd02 100644 --- a/typings/pluginapi.d.ts +++ b/typings/pluginapi.d.ts @@ -121,7 +121,7 @@ export { express } * * Re-exported so plugins don't have to import duplicate copies of the logger. */ -export { field, Level } +export { field, Level, Logger } export const proxy: ProxyServer