Interface SystemComment

interface SystemComment {
    color: RGBColor;
    data: SystemCommentResponse;
    id: string;
    meta?: BaseCommentMeta;
    name: string;
    service: "system";
    url: string;
}

Hierarchy (view full)

Properties

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