Browse Source

chore(vben5-platform): add global types

pull/1300/head
colin 6 months ago
parent
commit
589fb9ec3c
  1. 10
      apps/vben5/packages/@abp/platform/src/components/workbench/types.ts

10
apps/vben5/packages/@abp/platform/src/components/workbench/types.ts

@ -0,0 +1,10 @@
interface FavoriteMenu {
color?: string;
displayName: string;
icon?: string;
id: string;
isDefault: boolean;
path?: string;
}
export type { FavoriteMenu };
Loading…
Cancel
Save