import en from "@/locale/en.json";

export type TranslationKeyEnum = keyof typeof en;
