Interface NewsfeedItemDigestButton

interface NewsfeedItemDigestButton {
    style: "primary";
    title: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

style: "primary"
title: string

Generated using TypeDoc