diff --git a/typings/pluginapi.d.ts b/typings/pluginapi.d.ts index aa9ce0ff371da3c66096e8fa0cb0f5b8cc8a7b17..b0f6bd02d82c1a75171eb880d099dd53ea92e234 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