lemmy-js-client
    Preparing search index...

    Type Alias CommentResponse

    A comment response.

    type CommentResponse = {
        comment_view: CommentView;
    }
    Index
    comment_view: CommentView