Interface for gallery image entry

interface GalleryEntry {
    caption: string;
    id: number;
    imagePath: string;
}

Properties

Properties

caption: string

caption of the image

id: number

id from database

imagePath: string

image URL