update superAdmin users business
This commit is contained in:
@@ -19,7 +19,7 @@ export interface RouteInfo {
|
||||
meta: {
|
||||
title: string;
|
||||
icon?: string;
|
||||
pagePath?: (params?: any) => string;
|
||||
pagePath?: (...params: any) => string;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export default interface ISummary {
|
||||
id: number;
|
||||
id: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user