mirror of
https://github.com/root-fr/jmap-webmail.git
synced 2026-09-25 08:01:16 +00:00
fix(lint): Replace any type with proper Record type in IntlProvider
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.5
parent
a4e2fcf81b
commit
2f50feb6bb
@@ -14,7 +14,7 @@ const ALL_MESSAGES = {
|
||||
|
||||
interface IntlProviderProps {
|
||||
locale: string;
|
||||
messages: any;
|
||||
messages: Record<string, unknown>;
|
||||
children: React.ReactNode;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user