lemmy-js-client
    Preparing search index...

    Type Alias ReportCombinedView

    ReportCombinedView:
        | { type_: "post" } & PostReportView
        | { type_: "comment" } & CommentReportView
        | { type_: "private_message" } & PrivateMessageReportView
        | { type_: "community" } & CommunityReportView