@ningboyz/types 1.2.191 → 1.2.192
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/package.json +1 -1
- package/src/index.ts +2 -2
- package/src/response/index.ts +2 -0
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -45,7 +45,7 @@ import * as TZbzd from "./zbzd";
|
|
|
45
45
|
import * as TZfht from "./zfht";
|
|
46
46
|
import * as TZfsq from "./zfsq";
|
|
47
47
|
import * as TVary from "./vary";
|
|
48
|
-
import * as
|
|
48
|
+
import * as TResp from "./response";
|
|
49
49
|
import * as TAxios from "./axios"
|
|
50
50
|
|
|
51
51
|
export {
|
|
@@ -94,7 +94,7 @@ export {
|
|
|
94
94
|
TZfht,
|
|
95
95
|
TZfsq,
|
|
96
96
|
TVary,
|
|
97
|
-
|
|
97
|
+
TResp,
|
|
98
98
|
TAxios,
|
|
99
99
|
type IAboutConfig,
|
|
100
100
|
type IBaseConfig,
|