feat(types): add additionalProperties in requestConfig
This commit is contained in:
4
packages/types/index.d.ts
vendored
4
packages/types/index.d.ts
vendored
@@ -301,4 +301,8 @@ declare module 'axios' {
|
|||||||
interface AxiosResponse {
|
interface AxiosResponse {
|
||||||
httpError?: IJSONObject;
|
httpError?: IJSONObject;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
interface AxiosRequestConfig {
|
||||||
|
additionalProperties?: Record<string, unknown>;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user