Skip to content

Commit

Permalink
fix: remove IManagementPermissionResV1 define
Browse files Browse the repository at this point in the history
  • Loading branch information
siriuswh0327 committed Nov 10, 2023
1 parent 9368a25 commit f8f2b56
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/shared/lib/types/common.type.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,6 @@ export type RouterConfigItem = RouteObject & {
role?: Array<SystemRole | ''>;
};

//todo: sqle后端已删除这个定义,dms暂时还需要保留,所以在此暂存,之后再改
export interface IManagementPermissionResV1 {
code?: number;

desc?: string;
}
interface ThemeCustom {
// provision 重构完后移除
common: {
Expand Down

0 comments on commit f8f2b56

Please sign in to comment.