import { langEn } from "./en"; export type LangKeyword = keyof typeof langEn; export type AvailableLang = "id" | "en";