vona-module-a-orm 5.0.69 → 5.0.71
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.
|
@@ -244,6 +244,9 @@ declare module 'vona' {
|
|
|
244
244
|
interface IBeanScopeLocale {
|
|
245
245
|
'a-orm': (typeof locales)[TypeLocaleBase];
|
|
246
246
|
}
|
|
247
|
+
interface IBeanScopeErrors {
|
|
248
|
+
'a-orm': typeof errors;
|
|
249
|
+
}
|
|
247
250
|
}
|
|
248
251
|
export declare function $locale<K extends keyof (typeof locales)[TypeLocaleBase]>(key: K): `a-orm::${K}`;
|
|
249
252
|
/** scope: end */
|