mirror of
https://github.com/detleph/server.git
synced 2026-09-08 07:56:18 +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 { NextFunction, Request, Response } from "express";
|
||||||
import { AuthJWTPayload } from "../../Controllers/admin_auth.controller";
|
import { AuthJWTPayload } from "../../Controllers/admin_auth.controller";
|
||||||
import { authClient } from "../../lib/redis";
|
import { authClient } from "../../lib/redis";
|
||||||
|
|||||||
Reference in New Issue
Block a user