Skip to content

Commit e871477

Browse files
committed
remove type
1 parent 023b49a commit e871477

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/packages/core/resources/resource.controller.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@ import { isApiError, isCancelError, isCancelablePromise } from './apiTypeValidat
44
import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api';
55
import { UmbControllerBase } from '@umbraco-cms/backoffice/class-api';
66
import { UmbContextConsumerController } from '@umbraco-cms/backoffice/context-api';
7-
import {
8-
UMB_NOTIFICATION_CONTEXT,
9-
type UmbNotificationDefaultData,
10-
type UmbNotificationOptions,
11-
} from '@umbraco-cms/backoffice/notification';
7+
import { UMB_NOTIFICATION_CONTEXT, type UmbNotificationOptions } from '@umbraco-cms/backoffice/notification';
128
import type { UmbDataSourceResponse } from '@umbraco-cms/backoffice/repository';
139

14-
export type ErrorMessageText = { property: string; messages: string[] };
15-
1610
export class UmbResourceController extends UmbControllerBase {
1711
#promise: Promise<any>;
1812

0 commit comments

Comments
 (0)