aboutsummaryrefslogtreecommitdiff
path: root/packages/web-util/src/context/api.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web-util/src/context/api.ts')
-rw-r--r--packages/web-util/src/context/api.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/web-util/src/context/api.ts b/packages/web-util/src/context/api.ts
index 7923532b6..c1eaa37f8 100644
--- a/packages/web-util/src/context/api.ts
+++ b/packages/web-util/src/context/api.ts
@@ -25,6 +25,9 @@ import { useContext } from "preact/hooks";
import { defaultRequestHandler } from "../utils/request.js";
interface Type {
+ /**
+ * @deprecated this show not be used
+ */
request: typeof defaultRequestHandler;
bankCore: TalerCoreBankHttpClient,
bankIntegration: TalerBankIntegrationHttpClient,