From 4fd8a4c978b2746d1346ae5627ec776414af6326 Mon Sep 17 00:00:00 2001 From: Stephan <57194608+stephan418@users.noreply.github.com> Date: Thu, 11 Nov 2021 11:57:36 +0100 Subject: [PATCH] Add reference to custom Request typings --- src/Middleware/auth/auth.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Middleware/auth/auth.ts b/src/Middleware/auth/auth.ts index cac4a95..37853b5 100644 --- a/src/Middleware/auth/auth.ts +++ b/src/Middleware/auth/auth.ts @@ -1,3 +1,5 @@ +/// + import { NextFunction, Request, Response } from "express"; import { AuthJWTPayload } from "../../Controllers/admin_auth.controller"; import { authClient } from "../../lib/redis";