@partex/one-core 2.0.66 → 2.0.67
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.
|
@@ -99,6 +99,9 @@ export declare const i18n: I18n<{
|
|
|
99
99
|
createTime: string;
|
|
100
100
|
retry: string;
|
|
101
101
|
};
|
|
102
|
+
scan: {
|
|
103
|
+
label: string;
|
|
104
|
+
};
|
|
102
105
|
};
|
|
103
106
|
};
|
|
104
107
|
'zh-CN': {
|
|
@@ -199,6 +202,9 @@ export declare const i18n: I18n<{
|
|
|
199
202
|
createTime: string;
|
|
200
203
|
retry: string;
|
|
201
204
|
};
|
|
205
|
+
scan: {
|
|
206
|
+
label: string;
|
|
207
|
+
};
|
|
202
208
|
};
|
|
203
209
|
};
|
|
204
210
|
'fr-FR': {};
|