mirror of
https://github.com/TheRealOwenRees/echecsfrance.git
synced 2026-07-23 04:26:57 +00:00
5 lines
156 B
TypeScript
5 lines
156 B
TypeScript
// Use type safe message keys with `next-intl`
|
|
type Messages = typeof import("./src/messages/fr.json");
|
|
|
|
declare interface IntlMessages extends Messages {}
|