We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41d3b9 commit 7df7cefCopy full SHA for 7df7cef
src/config.ts
@@ -16,6 +16,7 @@ export interface Config {
16
export namespace Config {
17
export type BaseRequestConfig = RequestConfig;
18
export type Error = AxiosError | HttpException;
19
+ export type Blah = BlahBlu | Foo;
20
21
export type Authentication = UtilityTypes.XOR3<
22
{
0 commit comments