mirror of
https://github.com/detleph/server.git
synced 2026-09-04 08:36:06 +02:00
Add reference to custom Request typings
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user