Interface EmbedAuthorBase

interface EmbedAuthorBase {
    name: string;
    url?: string;
}

Hierarchy (view full)

Properties

Properties

name: string
url?: string