Interface PhotosTagsSuggestionItem

interface PhotosTagsSuggestionItem {
    buttons: PhotosTagsSuggestionItemButton[];
    caption: string;
    tags: PhotosPhotoTag[];
    title: string;
    track_code: string;
    type: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

caption: string
title: string
track_code: string
type: string

Generated using TypeDoc