1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-07-14 16:30:27 +03:00
n8n/patches/@types__express-serve-static-core@4.17.43.patch
कारतोफ्फेलस्क्रिप्ट™ ff9ae549fd
fix(core): Improve browserId checks, and add logging (#9161)
2024-04-18 15:53:19 +02:00

14 lines
330 B
Diff

diff --git a/index.d.ts b/index.d.ts
index 5cc36f5760c806a76ee839bfb67c419c9cb48901..8ef0bf74f0f31741b564fe37f040144526e98eb5 100644
--- a/index.d.ts
+++ b/index.d.ts
@@ -646,7 +646,7 @@ export interface Request<
query: ReqQuery;
- route: any;
+ route?: Pick<IRoute, 'path' | 'stack'>;
signedCookies: any;