OneSDK
    Preparing search index...

    Interface TwicasComment

    interface TwicasComment {
        color: RGBColor;
        data: Twicas.CommentResponse;
        id: string;
        meta?: BaseCommentMeta;
        name: string;
        service: "twicas";
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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