From 7df7cef033d54cc15d109e3df699d97c4b418e59 Mon Sep 17 00:00:00 2001 From: Hasit Mistry Date: Thu, 7 Aug 2025 13:26:24 -0700 Subject: [PATCH] Update config.ts --- src/config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/config.ts b/src/config.ts index 5d661c62dc..eecb43e10d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -16,6 +16,7 @@ export interface Config { export namespace Config { export type BaseRequestConfig = RequestConfig; export type Error = AxiosError | HttpException; + export type Blah = BlahBlu | Foo; export type Authentication = UtilityTypes.XOR3< {