Skip to content

Commit

Permalink
fix: typescript support
Browse files Browse the repository at this point in the history
  • Loading branch information
sahandsn authored Sep 23, 2024
1 parent 12fd5c5 commit 310ba01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/workflows/typescript.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ type Messages = typeof en;

declare global {
// Use type safe message keys with `next-intl`
interface IntlMessages extends Messages {}
type IntlMessages = Messages
}
```

Expand Down

0 comments on commit 310ba01

Please sign in to comment.