aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/src/paths/instance/webhooks/update/index.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-06-14 09:06:59 -0300
committerSebastian <sebasjm@gmail.com>2024-06-14 09:06:59 -0300
commit8e29a3c33119293808a7611c9dc7dcf9b98eb4ca (patch)
treeba80c358fbdbac7a88d08de1ace9a3c7f4fbaa04 /packages/merchant-backoffice-ui/src/paths/instance/webhooks/update/index.tsx
parentc439bb7f330de93d77c7902cda056395331cfcb6 (diff)
downloadwallet-core-8e29a3c33119293808a7611c9dc7dcf9b98eb4ca.tar.xz
fix broken build merchant backoffice
Diffstat (limited to 'packages/merchant-backoffice-ui/src/paths/instance/webhooks/update/index.tsx')
-rw-r--r--packages/merchant-backoffice-ui/src/paths/instance/webhooks/update/index.tsx1
1 files changed, 1 insertions, 0 deletions
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;