Skip to content

Commit

Permalink
fix: MessageDescriptor values type (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
semoal committed Nov 11, 2020
1 parent 749c0dc commit 9712d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export type MessageDescriptor = {
id?: string
comment?: string
message?: string
values?: string
values?: Record<string, unknown>
}

type setupI18nProps = {
Expand Down

1 comment on commit 9712d94

@vercel
Copy link

@vercel vercel bot commented on 9712d94 Nov 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.