diff --git a/src/Umbraco.Web.UI.Client/src/core/resources/tryExecuteAndNotify.method.ts b/src/Umbraco.Web.UI.Client/src/core/resources/tryExecuteAndNotify.method.ts index 578f4ee2c2..fbf7a26b31 100644 --- a/src/Umbraco.Web.UI.Client/src/core/resources/tryExecuteAndNotify.method.ts +++ b/src/Umbraco.Web.UI.Client/src/core/resources/tryExecuteAndNotify.method.ts @@ -1,4 +1,5 @@ import { UmbControllerHostInterface } from "../controller/controller-host.mixin"; +import type { ProblemDetails } from "../backend-api/models/ProblemDetails"; import { UmbResourceController } from "./resource.controller"; import { UmbNotificationOptions } from "src/backoffice/core/services/notification";