Merge remote-tracking branch 'upstream/main'

This commit is contained in:
dohyeons 2025-11-21 03:47:27 +09:00
commit fda1818409
1 changed files with 0 additions and 13 deletions

View File

@ -1,13 +0,0 @@
import "express";
declare module "express-serve-static-core" {
interface Request {
user?: {
userId: string;
companyCode: string;
userType: string;
locale?: string;
};
}
}