Skip to content

Commit 86c6798

Browse files
committed
add type
1 parent 04ebacb commit 86c6798

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ declare module "ultimate-express" {
66
uwsOptions?: AppOptions;
77
threads?: number;
88
http3?: boolean;
9+
uwsApp?: any;
910
};
1011

1112
namespace express {

0 commit comments

Comments
 (0)