import { GalleryMenuLink } from '../../components/core/gallery-menu/gallery-menu.component'; export interface GalleryMenuModalI { title: string; subtitle: string; links: GalleryMenuLink[]; }