refactor: add strict type imports

This commit is contained in:
Ritesh Ghosh
2023-11-22 13:43:09 +05:30
parent 94dd071fe5
commit 6573e8318a
+1 -1
View File
@@ -1,4 +1,4 @@
import { RequestHandler } from "express";
import type { RequestHandler } from "express";
import createHttpError from "http-errors";
const notFoundHandler: RequestHandler = (req, res, next) => {