Interface PhotosImage

interface PhotosImage {
    height: number;
    url: string;
    width: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

height: number

Height of the photo in px.

url: string

Photo URL.

width: number

Width of the photo in px.

Generated using TypeDoc