export interface ITranslation {
  placeHolder?: string;
}
export type ILang = "en_US" | "zh_CN" | "zh_TW";
