Interface EmbedFooterBase

interface EmbedFooterBase {
    text: string;
}

Hierarchy (view full)

Properties

Properties

text: string