mirror of
https://github.com/jarvis2f/vortex.git
synced 2024-11-16 03:32:41 +08:00
5 lines
201 B
TypeScript
5 lines
201 B
TypeScript
|
// Use type safe message keys with `next-intl`
|
||
|
// eslint-disable-next-line @typescript-eslint/consistent-type-imports
|
||
|
type Messages = typeof import("./messages/en.json");
|
||
|
type IntlMessages = Messages;
|