Interface HorizontalImage

Horizontal image of a show.

HorizontalImage

interface HorizontalImage {
    w1080: string;
    w1440: string;
    w360: string;
    w480: string;
    w720: string;
}

Properties

Properties

w1080: string

Link to the 1080px wide version of the image.

HorizontalImage

w1440: string

Link to the 1440px wide version of the image.

HorizontalImage

w360: string

Link to the 360px wide version of the image.

HorizontalImage

w480: string

Link to the 480px wide version of the image.

HorizontalImage

w720: string

Link to the 720px wide version of the image.

HorizontalImage