We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 749c0dc commit 9712d94Copy full SHA for 9712d94
1 file changed
packages/core/src/i18n.ts
@@ -32,7 +32,7 @@ export type MessageDescriptor = {
32
id?: string
33
comment?: string
34
message?: string
35
- values?: string
+ values?: Record<string, unknown>
36
}
37
38
type setupI18nProps = {
0 commit comments