We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87aa85 commit d751deaCopy full SHA for d751dea
.changeset/hot-radios-run.md
@@ -0,0 +1,5 @@
1
+---
2
+"webstone-plugin-request-logger": patch
3
4
+
5
+Export the `RequestLogger` type from the generated index.d.ts file.
packages/plugin-request-logger/src/lib/index.ts
@@ -1,2 +1,3 @@
// Reexport your entry components here
+export type * from './request-logger.js';
export * from './request-logger.js';
0 commit comments