Skip to content

Commit dd2dd9a

Browse files
committed
declare global
1 parent af2be5e commit dd2dd9a

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

src/packages/core/dashboard/dashboard.extension.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,9 @@ export interface MetaDashboard {
2424
*/
2525
pathname?: string;
2626
}
27+
28+
declare global {
29+
interface UmbExtensionManifestMap {
30+
umbDashboard: ManifestDashboard;
31+
}
32+
}

src/packages/core/dashboard/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './dashboard.extension.js';

src/packages/core/extension-registry/models/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ export type * from './app-entry-point.model.js';
4646
export type * from './auth-provider.model.js';
4747
export type * from './backoffice-entry-point.model.js';
4848
export type * from './current-user-action.model.js';
49-
export type * from '../../dashboard/dashboard.model.js';
5049
export type * from './dynamic-root.model.js';
5150
export type * from './entity-action.model.js';
5251
export type * from './entity-bulk-action.model.js';

0 commit comments

Comments
 (0)