Type Alias SearchCombinedView

SearchCombinedView:
    | { type_: "Post" } & PostView
    | { type_: "Comment" } & CommentView
    | { type_: "Community" } & CommunityView
    | { type_: "Person" } & PersonView