Skip to content

Commit

Permalink
🐛 Fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
Molunerfinn committed Oct 19, 2022
1 parent 749359a commit b934e8a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -566,6 +566,10 @@ export interface IConfigChangePayload<T> {
value: T
}

export interface ILocale {
[key: string]: any
}

export interface II18nManager {
/**
* translate text
Expand Down

0 comments on commit b934e8a

Please sign in to comment.