.
This commit is contained in:
Generated
Vendored
+3
@@ -0,0 +1,3 @@
|
||||
import type { ServerResponse, IncomingMessage } from 'http';
|
||||
import type { Telemetry } from '../../telemetry/storage';
|
||||
export declare function getNextErrorFeedbackMiddleware(telemetry: Telemetry): (req: IncomingMessage, res: ServerResponse, next: () => void) => Promise<void>;
|
||||
Reference in New Issue
Block a user