import { GalleryMenuLink } from '../../../public-api'; import { ButtonI } from '../button.interface'; export interface GalleryMenuI { title: string; titleModal?: string; subtitleModal?: string; links: GalleryMenuLink[]; categoryBtn: ButtonI; roomsBtn: ButtonI; }