@zwa73/utils 1.0.276 → 1.0.277
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/UtilHttp.d.ts +1 -2
- package/package.json +1 -1
package/dist/UtilHttp.d.ts
CHANGED
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import http from 'http';
|
|
2
|
-
import type { LogLevel } from "@zwa73/js-utils";
|
|
2
|
+
import type { LogLevel, PromiseRetries } from "@zwa73/js-utils";
|
|
3
3
|
import { PromiseQueue } from "@zwa73/js-utils";
|
|
4
4
|
import FormData from "form-data";
|
|
5
|
-
import type { PromiseRetries } from "./UtilFunctions";
|
|
6
5
|
import type { AnyString, JToken, MPromise, PartialOption, StatusVerifyFn } from "./UtilInterfaces";
|
|
7
6
|
/**网络请求返回值 */
|
|
8
7
|
export type RequestResult<T> = {
|