Add reference to custom Request typings

This commit is contained in:
Stephan
2021-11-11 11:57:36 +01:00
parent 60f7c8fff5
commit 4fd8a4c978
+2
View File
@@ -1,3 +1,5 @@
/// <reference path="../../custom.d.ts" />
import { NextFunction, Request, Response } from "express";
import { AuthJWTPayload } from "../../Controllers/admin_auth.controller";
import { authClient } from "../../lib/redis";