lemmy-js-client
    Preparing search index...

    Type Alias PersonSavedCombinedView

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