파일 컴포넌트 분리
This commit is contained in:
@@ -23,7 +23,8 @@ interface UserInfo {
|
||||
isAdmin: boolean;
|
||||
sabun?: string;
|
||||
photo?: string | null;
|
||||
company_code?: string; // 회사 코드 추가
|
||||
companyCode?: string; // 백엔드와 일치하도록 수정
|
||||
company_code?: string; // 하위 호환성을 위해 유지
|
||||
}
|
||||
|
||||
// 인증 상태 타입 정의
|
||||
|
||||
Reference in New Issue
Block a user