export interface MapItem { name: string; value: string; }