Type Alias InboxCombinedView

InboxCombinedView:
    | { type_: "CommentReply" } & CommentReplyView
    | { type_: "CommentMention" } & PersonCommentMentionView
    | { type_: "PostMention" } & PersonPostMentionView
    | { type_: "PrivateMessage" } & PrivateMessageView