Skip to content

Commit 9712d94

Browse files
authored
fix: MessageDescriptor values type (#848)
1 parent 749c0dc commit 9712d94

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/core/src/i18n.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export type MessageDescriptor = {
3232
id?: string
3333
comment?: string
3434
message?: string
35-
values?: string
35+
values?: Record<string, unknown>
3636
}
3737

3838
type setupI18nProps = {

0 commit comments

Comments
 (0)