import type SessionUser from "./core/SessionUser.ts"; export {}; declare global { // namespace Express { // // eslint-disable-next-line @typescript-eslint/naming-convention // export interface Request { // /** // * user will always be set, even in case if it is an anonymous request. // * This is to track actual views. // */ // user: SessionUser; // } // } }