diff --git a/src/index.ts b/src/index.ts index 66ac4df..7213c85 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1,4 +1,4 @@ export { pinoLogger, logger } from "./middleware"; export { PinoLogger, httpCfgSym } from "./logger"; export { getLogger } from "./utils"; -export type { Options, Env } from "./types"; +export type { Options, Env, HttpLoggerOptions } from "./types";