update superAdmin users business

This commit is contained in:
2026-03-14 16:26:22 +03:30
parent 9bfbef6f64
commit 20be653499
126 changed files with 2891 additions and 169 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ export interface RouteInfo {
meta: {
title: string;
icon?: string;
pagePath?: (params?: any) => string;
pagePath?: (...params: any) => string;
};
}
+1 -1
View File
@@ -1,4 +1,4 @@
export default interface ISummary {
id: number;
id: string;
name: string;
}