lemmy-js-client
    Preparing search index...

    Type Alias SearchCombinedView

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