Interface NewsfeedItemPromoButtonAction

interface NewsfeedItemPromoButtonAction {
    target: string;
    type: string;
    url: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

target: string
type: string
url: string

Generated using TypeDoc