This repository has been archived on 2025-04-04. You can view files and clone it, but cannot push or open issues or pull requests.
mojotrollz-app/api/types/Request.ts

10 lines
102 B
TypeScript

export {}
declare global {
namespace Express {
interface Request {
user: any
}
}
}