Interface PhotosPhotoSizes

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

Indexable

[key: string]: any

Properties

Properties

height: number

Height in px

src: string

URL of the image

url: string

URL of the image

width: number

Width in px

Generated using TypeDoc