lemmy-js-client
    Preparing search index...

    Type Alias CommentReportResponse

    The comment report response.

    type CommentReportResponse = {
        comment_report_view: CommentReportView;
    }
    Index

    Properties

    comment_report_view: CommentReportView