Merge remote-tracking branch 'upstream/main'

This commit is contained in:
dohyeons
2025-11-21 03:47:27 +09:00

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;
};
}
}