@partex/one-core 3.0.8 → 3.0.10
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.
|
@@ -14,6 +14,8 @@ export declare const i18n: I18n<{
|
|
|
14
14
|
Notice: {
|
|
15
15
|
success: string;
|
|
16
16
|
error: string;
|
|
17
|
+
fetch: string;
|
|
18
|
+
system: string;
|
|
17
19
|
};
|
|
18
20
|
Common: {
|
|
19
21
|
validDays: string;
|
|
@@ -118,6 +120,8 @@ export declare const i18n: I18n<{
|
|
|
118
120
|
Notice: {
|
|
119
121
|
success: string;
|
|
120
122
|
error: string;
|
|
123
|
+
fetch: string;
|
|
124
|
+
system: string;
|
|
121
125
|
};
|
|
122
126
|
Common: {
|
|
123
127
|
validDays: string;
|