lemmy-js-client
    Preparing search index...

    Type Alias SaveComment

    Save / bookmark a comment.

    type SaveComment = {
        comment_id: CommentId;
        save: boolean;
    }
    Index

    Properties

    Properties

    comment_id: CommentId
    save: boolean