We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c1fc7 commit 44e3effCopy full SHA for 44e3eff
types/enclaved-express/index.d.ts
@@ -0,0 +1,7 @@
1
+import { Config } from '../../src/config';
2
+
3
+declare module 'express-serve-static-core' {
4
+ export interface Request {
5
+ config: Config;
6
+ }
7
+}
0 commit comments