Skip to content

Commit 6c23344

Browse files
authored
Exporting Plugin type
1 parent 1ee26ed commit 6c23344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export * from './factory';
22

33
export * from './handlers';
44

5-
export type { Filter, Options, RequestHandler } from './types';
5+
export type { Plugin, Filter, Options, RequestHandler } from './types';
66

77
/**
88
* Default plugins

0 commit comments

Comments
 (0)