lemmy-js-client
    Preparing search index...

    Type Alias CommentResponse

    A comment response.

    type CommentResponse = {
        comment_view: CommentView;
    }
    Index

    Properties

    Properties

    comment_view: CommentView