edtechdemo / src /types /global.d.ts
Hoang Nguyen
init app
f75d7fa
raw
history blame
180 Bytes
// Use type safe message keys with `next-intl`
type Messages = typeof import('../locales/en.json');
// eslint-disable-next-line
declare interface IntlMessages extends Messages {}