export interface IMasonryGalleryImage {
    imageUrl: string;
    alt?: string;
}
