Skip to content

Commit d751dea

Browse files
authored
Export the type from the generated index.d.ts file. (#412)
1 parent f87aa85 commit d751dea

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/hot-radios-run.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
// Reexport your entry components here
2+
export type * from './request-logger.js';
23
export * from './request-logger.js';

0 commit comments

Comments
 (0)