Interface PhotosTagsSuggestionItemButton

interface PhotosTagsSuggestionItemButton {
    action: "confirm" | "decline" | "show_tags";
    style: "primary" | "secondary";
    title: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

action: "confirm" | "decline" | "show_tags"
style: "primary" | "secondary"
title: string

Generated using TypeDoc