fix(server): type errors due to session management

pull/2197/head^2
Elian Doran 2025-06-07 11:27:07 +07:00
parent 244a162e42
commit dc35ad9ace
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

@ -2,7 +2,6 @@ import type { SessionData } from "express-session";
export declare module "express-serve-static-core" {
interface Request {
session: SessionData;
headers: {
"x-local-date"?: string;
"x-labels"?: string;