/** * This is auto-generated file, don't modify this file manually */ import { AppWidgetsPhoto } from './AppWidgetsPhoto'; export interface AppWidgetsPhotos { count?: number; items?: AppWidgetsPhoto[]; }