We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ee26ed commit 6c23344Copy full SHA for 6c23344
src/index.ts
@@ -2,7 +2,7 @@ export * from './factory';
2
3
export * from './handlers';
4
5
-export type { Filter, Options, RequestHandler } from './types';
+export type { Plugin, Filter, Options, RequestHandler } from './types';
6
7
/**
8
* Default plugins
0 commit comments