import { LANG_TYPE } from '../IMapOption'; export interface IDataFloorName { lang: LANG_TYPE; text: string; }