Interface NewsfeedItemDigestFooter

interface NewsfeedItemDigestFooter {
    style: "button" | "text";
    text: string;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

style: "button" | "text"
text: string

text for invite to enable smart feed

Generated using TypeDoc