/** * This is auto-generated file, don't modify this file manually */ import { BaseObjectCount } from '../base/BaseObjectCount'; export interface WidgetsWidgetPage { comments?: BaseObjectCount; /** * Date when widgets on the page has been initialized firstly in Unixtime */ date?: number; /** * Page description */ description?: string; /** * Page ID */ id?: number; likes?: BaseObjectCount; /** * page_id parameter value */ page_id?: string; /** * URL of the preview image */ photo?: string; /** * Page title */ title?: string; /** * Page absolute URL */ url?: string; }