타입 정의 삭제

This commit is contained in:
dohyeons 2025-11-21 03:45:51 +09:00
parent fda7614d48
commit 96401634b2
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;
};
}
}