Type Alias PersonContentCombinedView

PersonContentCombinedView:
    | { type_: "Post" } & PostView
    | { type_: "Comment" } & CommentView