/** * This is auto-generated file, don't modify this file manually */ export interface WallAppPost { /** * Application ID */ id?: number; /** * Application name */ name?: string; /** * URL of the preview image with 130 px in width */ photo_130?: string; /** * URL of the preview image with 604 px in width */ photo_604?: string; }