chpark-sync #425

Merged
kjs merged 293 commits from chpark-sync into main 2026-03-23 09:36:36 +09:00
1 changed files with 0 additions and 13 deletions
Showing only changes of commit fda1818409 - Show all commits

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