Type Alias ReportCombinedView

ReportCombinedView:
    | { type_: "Post" } & PostReportView
    | { type_: "Comment" } & CommentReportView
    | { type_: "PrivateMessage" } & PrivateMessageReportView
    | { type_: "Community" } & CommunityReportView