export interface ISysLanguage { id?: number; key: string; vi: string; en: string; }