lemmy-js-client
    Preparing search index...

    Type Alias SearchCombinedView

    SearchCombinedView:
        | { type_: "post" } & PostView
        | { type_: "comment" } & CommentView
        | { type_: "community" } & CommunityView
        | { type_: "person" } & PersonView
        | { type_: "multi_community" } & MultiCommunityView