working on fixing logger

This commit is contained in:
Bojan Kucera 2025-06-07 09:33:54 -04:00
parent 5b8c91f31d
commit 4709887fef
3 changed files with 16 additions and 45 deletions

View file

@ -21,6 +21,7 @@ export interface RequestConfig {
headers?: Record<string, string>;
body?: any;
timeout?: number;
proxy?: ProxyConfig;
}
export interface HttpResponse<T = any> {