vona-module-a-version 5.0.36 → 5.0.37
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.
|
@@ -354,6 +354,9 @@ declare module 'vona' {
|
|
|
354
354
|
interface IBeanScopeLocale {
|
|
355
355
|
'a-version': (typeof locales)[TypeLocaleBase];
|
|
356
356
|
}
|
|
357
|
+
interface IBeanScopeErrors {
|
|
358
|
+
'a-version': typeof errors;
|
|
359
|
+
}
|
|
357
360
|
}
|
|
358
361
|
export declare function $locale<K extends keyof (typeof locales)[TypeLocaleBase]>(key: K): `a-version::${K}`;
|
|
359
362
|
/** scope: end */
|