import { WebmapLink } from '../../components/core/webmap/webmap.component'; export interface WebmapI { title?: string; pretitle?: string; image: string; links: WebmapLink[]; }