import { LANG_TYPE } from '../IMapOption'; export interface ILanguageSet { id: number; lang: LANG_TYPE; defaultYn: boolean; }