working on fixing logger
This commit is contained in:
parent
5b8c91f31d
commit
4709887fef
3 changed files with 16 additions and 45 deletions
|
|
@ -21,6 +21,7 @@ export interface RequestConfig {
|
|||
headers?: Record<string, string>;
|
||||
body?: any;
|
||||
timeout?: number;
|
||||
proxy?: ProxyConfig;
|
||||
}
|
||||
|
||||
export interface HttpResponse<T = any> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue