Files
echecsfrance/global.d.ts
T
Timothy Armes c5a1503684 Localisation (#39)
* Localisation

* Update tests

* Fix map markers in English view

* Fix typo
2023-07-03 20:14:19 +02:00

5 lines
152 B
TypeScript

// Use type safe message keys with `next-intl`
type Messages = typeof import('./messages/fr.json');
declare interface IntlMessages extends Messages {}