import { LANG_TYPE } from '../IMapOption'; export interface IMetadata { lang: LANG_TYPE; metadatas: any[]; }