import { ButtonI } from '../atomic/button.interface'; export interface WebMapI { title?: string; links?: ButtonI[]; }