Skip to content

Commit 9a561f2

Browse files
committed
fix: add missing export
1 parent 9cc15bd commit 9a561f2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/decorators/index.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
export * from './http-interface.decorator';
1+
export * from './graphql-exchange.decorator';
22
export * from './http-exchange.decorator';
3+
export * from './http-interface.decorator';
34
export * from './path-variable.decorator';
45
export * from './request-body.decorator';
6+
export * from './request-form.decorator';
57
export * from './request-header.decorator';
68
export * from './request-param.decorator';
7-
export * from './request-form.decorator';
9+
export * from './response-body.decorator';
810
export * from './constants';
911
export * from './utils';

0 commit comments

Comments
 (0)