Interface TiktokComment

interface TiktokComment {
    color: RGBColor;
    data: Tiktok.CommentResponse;
    id: string;
    meta?: BaseCommentMeta;
    name: string;
    service: "tiktok";
    url: string;
}

Hierarchy (view full)

Properties

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