Interface MixchComment

interface MixchComment {
    color: RGBColor;
    data: Mixch.CommentResponse;
    id: string;
    meta?: BaseCommentMeta;
    name: string;
    service: "mixch";
    url: string;
}

Hierarchy (view full)

Properties

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