import { NextFunction, Request, Response } from 'express' export type PromiseHandler = (req: Request, res: Response, next: NextFunction) => Promise