Interface TwitterComment

interface TwitterComment {
    color: RGBColor;
    data: Twitter.CommentResponse;
    id: string;
    meta?: BaseCommentMeta;
    name: string;
    service: "twitter";
    url: string;
}

Hierarchy (view full)

Properties

color: RGBColor
id: string
name: string
service: "twitter"
url: string