Skip to content

Commit b934e8a

Browse files
committed
🐛 Fix: type error
1 parent 749359a commit b934e8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/types/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -566,6 +566,10 @@ export interface IConfigChangePayload<T> {
566566
value: T
567567
}
568568

569+
export interface ILocale {
570+
[key: string]: any
571+
}
572+
569573
export interface II18nManager {
570574
/**
571575
* translate text

0 commit comments

Comments
 (0)