Interface IImage

Image Class

interface IImage {
    url?: string;
    width?: number;
    height?: number;
    description?: string;
}

Properties

url?: string
width?: number
height?: number
description?: string