vortex/global.d.ts
2024-03-25 16:09:27 +08:00

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;