File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
extension-registry/models Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -24,3 +24,9 @@ export interface MetaDashboard {
24
24
*/
25
25
pathname ?: string ;
26
26
}
27
+
28
+ declare global {
29
+ interface UmbExtensionManifestMap {
30
+ umbDashboard : ManifestDashboard ;
31
+ }
32
+ }
Original file line number Diff line number Diff line change
1
+ export * from './dashboard.extension.js' ;
Original file line number Diff line number Diff line change @@ -46,7 +46,6 @@ export type * from './app-entry-point.model.js';
46
46
export type * from './auth-provider.model.js' ;
47
47
export type * from './backoffice-entry-point.model.js' ;
48
48
export type * from './current-user-action.model.js' ;
49
- export type * from '../../dashboard/dashboard.model.js' ;
50
49
export type * from './dynamic-root.model.js' ;
51
50
export type * from './entity-action.model.js' ;
52
51
export type * from './entity-bulk-action.model.js' ;
You can’t perform that action at this time.
0 commit comments