fa68931
1
2
3
4
5
6
7
import { Request } from "express"; import { IJwtLoginPayload } from "./jwt-payload.interface"; export interface IUserRequest extends Request { jwtPayload?: IJwtLoginPayload; }