prasi-lib/lang/type.ts

5 lines
125 B
TypeScript
Executable File

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