Skip to content

Commit

Permalink
Merge branch 'v15/dev' into v15/emm-search
Browse files Browse the repository at this point in the history
  • Loading branch information
nielslyngsoe authored Sep 13, 2024
2 parents d34dda4 + 76d5721 commit 2da6203
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 105 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions src/packages/core/extension-registry/models/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import type { ManifestAuthProvider } from './auth-provider.model.js';
import type { ManifestCurrentUserAction, ManifestCurrentUserActionDefaultKind } from './current-user-action.model.js';
import type { ManifestDashboard } from './dashboard.model.js';
import type { ManifestDashboardCollection } from './dashboard-collection.model.js';
import type {
ManifestEntityAction,
ManifestEntityActionDeleteKind,
Expand Down Expand Up @@ -73,7 +72,6 @@ export type * from './app-entry-point.model.js';
export type * from './auth-provider.model.js';
export type * from './backoffice-entry-point.model.js';
export type * from './current-user-action.model.js';
export type * from './dashboard-collection.model.js';
export type * from './dashboard.model.js';
export type * from './dynamic-root.model.js';
export type * from './entity-action.model.js';
Expand Down Expand Up @@ -153,7 +151,6 @@ export type ManifestTypes =
| ManifestCurrentUserAction
| ManifestCurrentUserActionDefaultKind
| ManifestDashboard
| ManifestDashboardCollection
| ManifestDynamicRootOrigin
| ManifestDynamicRootQueryStep
| ManifestEntityActions
Expand Down

0 comments on commit 2da6203

Please sign in to comment.