import { GalleryPhotosItem } from '../../components/core/gallery-photos/gallery-photos.component'; import { ButtonI } from '../atomic/button.interface'; export interface GalleryPhotosI { items: GalleryPhotosItem[]; links?: ButtonI[]; }