/** * This is auto-generated file, don't modify this file manually */ export interface WallGraffiti { /** * Graffiti ID */ id?: number; /** * Graffiti owner's ID */ owner_id?: number; /** * URL of the preview image with 200 px in width */ photo_200?: string; /** * URL of the preview image with 586 px in width */ photo_586?: string; /** * Graffiti height */ height?: number; /** * Graffiti URL */ url?: string; /** * Graffiti width */ width?: number; /** * Access key for graffiti */ access_key?: string; }