From 8e29a3c33119293808a7611c9dc7dcf9b98eb4ca Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 14 Jun 2024 09:06:59 -0300 Subject: fix broken build merchant backoffice --- .../merchant-backoffice-ui/src/paths/instance/webhooks/update/index.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/merchant-backoffice-ui/src/paths/instance/webhooks/update/index.tsx') diff --git a/packages/merchant-backoffice-ui/src/paths/instance/webhooks/update/index.tsx b/packages/merchant-backoffice-ui/src/paths/instance/webhooks/update/index.tsx index 5b2ba7bb9..6c0466dad 100644 --- a/packages/merchant-backoffice-ui/src/paths/instance/webhooks/update/index.tsx +++ b/packages/merchant-backoffice-ui/src/paths/instance/webhooks/update/index.tsx @@ -36,6 +36,7 @@ import { Notification } from "../../../../utils/types.js"; import { LoginPage } from "../../../login/index.js"; import { NotFoundPageOrAdminCreate } from "../../../notfound/index.js"; import { UpdatePage } from "./UpdatePage.js"; +import { WithId } from "../../../../declaration.js"; export type Entity = TalerMerchantApi.WebhookPatchDetails & WithId; -- cgit v1.2.3