Interface CollectionImage

Collection image information

interface CollectionImage {
    alt?: string;
    created_on?: string;
    height?: number;
    src: string;
    width?: number;
}

Properties

alt?: string

Alt text for the image

created_on?: string

Creation timestamp

height?: number

Image height in pixels

src: string

Image URL

width?: number

Image width in pixels