Interface NewsfeedItemPhotoTagPhotoTags

interface NewsfeedItemPhotoTagPhotoTags {
    count: number;
    items: PhotosPhoto[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Tags number

items: PhotosPhoto[]

Generated using TypeDoc