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 44603bf commit ffd26b5Copy full SHA for ffd26b5
src/config/context/request-context-provider.ts
@@ -1,5 +1,5 @@
1
import { Injectable } from '@nestjs/common';
2
-import type { Request } from 'express';
+import type { Request, Response } from 'express';
3
4
export interface RequestContextProvider {
5
getContextValues(
0 commit comments