@ningboyz/types 1.2.16 → 1.2.18
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/const/index.ts +29 -2
package/package.json
CHANGED
package/src/const/index.ts
CHANGED
|
@@ -24,9 +24,36 @@ import * as WldyItemType from "./const_wldy_item_type";
|
|
|
24
24
|
import * as ConstModuleType from "./const_module";
|
|
25
25
|
import * as Module from "./const_module";
|
|
26
26
|
import * as Hznt from "./const_hznt";
|
|
27
|
+
import * as GlpzMode from "./const_glpz_mode";
|
|
27
28
|
|
|
28
|
-
export {
|
|
29
|
+
export {
|
|
30
|
+
Align,
|
|
31
|
+
Audit,
|
|
32
|
+
Card,
|
|
33
|
+
Clas,
|
|
34
|
+
Cnfg,
|
|
35
|
+
DataFrom,
|
|
36
|
+
Elem,
|
|
37
|
+
Flow,
|
|
38
|
+
GamsMode,
|
|
39
|
+
Gzlm,
|
|
40
|
+
Module,
|
|
41
|
+
Myoa,
|
|
42
|
+
Part,
|
|
43
|
+
Stat,
|
|
44
|
+
TakeType,
|
|
45
|
+
Todo,
|
|
46
|
+
Travel,
|
|
47
|
+
Type,
|
|
48
|
+
TypeName,
|
|
49
|
+
User,
|
|
50
|
+
WldyItemType,
|
|
51
|
+
WtuiItemType,
|
|
52
|
+
Yiha,
|
|
53
|
+
Zbzd,
|
|
54
|
+
GlpzMode
|
|
55
|
+
};
|
|
29
56
|
|
|
30
57
|
export type ModuleType = (typeof ConstModuleType)[keyof typeof ConstModuleType];
|
|
31
58
|
export type HzntModuleType = (typeof Hznt)[keyof typeof Hznt];
|
|
32
|
-
export type MyoaModuleType = (typeof Myoa)[keyof typeof Myoa];
|
|
59
|
+
export type MyoaModuleType = (typeof Myoa)[keyof typeof Myoa];
|