Skip to content

Commit dec5c95

Browse files
jbl428imdudu1
andcommitted
fix: add missing export
Co-authored-by: imdudu1 <[email protected]>
1 parent e62c03c commit dec5c95

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/decorators/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
export * from "./http-interface.decorator";
22
export * from "./http-exchange.decorator";
3+
export * from "./path-variable.decorator";
4+
export * from "./request-body.decorator";
5+
export * from "./request-header.decorator";
6+
export * from "./request-param.decorator";
7+
export * from "./request-form.decorator";
38
export * from "./constants";

0 commit comments

Comments
 (0)