export interface ItemMapModel {
    title: string;
    subtitle: string;
    description: string;
    location: number[];
    icon: string;
}
