Interface WallGraffiti

interface WallGraffiti {
    access_key: string;
    height: number;
    id: number;
    owner_id: number;
    photo_200: string;
    photo_586: string;
    url: string;
    width: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

access_key: string

Access key for graffiti

height: number

Graffiti height

id: number

Graffiti ID

owner_id: number

Graffiti owner's ID

photo_200: string

URL of the preview image with 200 px in width

photo_586: string

URL of the preview image with 586 px in width

url: string

Graffiti URL

width: number

Graffiti width

Generated using TypeDoc