ad19202
1
2
3
4
5
6
7
import type { config } from "@repo/config"; import type messages from "./translations/en.json"; export type Messages = typeof messages; export type Locale = keyof (typeof config)["i18n"]["locales"];