Skip to content

Commit 788a1fd

Browse files
authored
feat(types): export Plugin type (#1071)
1 parent c18a580 commit 788a1fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
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)