fix: resolve all TypeScript build errors after Setting branch merge
This commit is contained in:
@@ -19,9 +19,10 @@ export interface MasterAssetData {
|
||||
}
|
||||
|
||||
export interface AppState {
|
||||
activeCategory: 'dashboard' | 'hw' | 'sw';
|
||||
activeCategory: 'dashboard' | 'hw' | 'sw' | 'ops';
|
||||
activeSubTab: string; // '대시보드', '개인PC', '서버', '스토리지', '전산비품', '구독SW', '영구SW', '클라우드'
|
||||
masterData: MasterAssetData;
|
||||
activeCharts?: any[];
|
||||
}
|
||||
|
||||
// 초기 상태
|
||||
|
||||
Reference in New Issue
Block a user