interface Image {
    alt: string;
    id: string;
    imageFileName: string;
    type: string;
    url: string;
}

Properties

alt: string
id: string
imageFileName: string
type: string
url: string