remove type

This commit is contained in:
Lone Iversen
2024-07-04 14:30:54 +02:00
parent acbc497200
commit b4068dc3bd

View File

@@ -4,15 +4,9 @@ import { isApiError, isCancelError, isCancelablePromise } from './apiTypeValidat
import type { UmbControllerHost } from '@umbraco-cms/backoffice/controller-api';
import { UmbControllerBase } from '@umbraco-cms/backoffice/class-api';
import { UmbContextConsumerController } from '@umbraco-cms/backoffice/context-api';
import {
UMB_NOTIFICATION_CONTEXT,
type UmbNotificationDefaultData,
type UmbNotificationOptions,
} from '@umbraco-cms/backoffice/notification';
import { UMB_NOTIFICATION_CONTEXT, type UmbNotificationOptions } from '@umbraco-cms/backoffice/notification';
import type { UmbDataSourceResponse } from '@umbraco-cms/backoffice/repository';
export type ErrorMessageText = { property: string; messages: string[] };
export class UmbResourceController extends UmbControllerBase {
#promise: Promise<any>;