OneSDK
    Preparing search index...

    Interface DoneruComment

    interface DoneruComment {
        color: RGBColor;
        data: Doneru.CommentResponse;
        id: string;
        meta?: BaseCommentMeta;
        name: string;
        service: "doneru";
        url: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

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