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 c3ec8a4 commit ee67131Copy full SHA for ee67131
1 file changed
packages/express/src/authentication.ts
@@ -1,6 +1,6 @@
1
import { createDebug } from '@feathersjs/commons';
2
import { merge, flatten } from 'lodash';
3
-import { NextFunction, RequestHandler } from 'express';
+import { NextFunction, RequestHandler, Request, Response } from 'express';
4
5
const debug = createDebug('@feathersjs/express/authentication');
6
0 commit comments