Interface AppWidgetsPhoto

interface AppWidgetsPhoto {
    id: string;
    images: BaseImage[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

id: string

Image ID

images: BaseImage[]

Generated using TypeDoc