2025 / packages /i18n /types.ts
daqc's picture
Initial commit
ad19202
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"];