lemmy-js-client
    Preparing search index...

    Type Alias PersonLikedCombinedView

    PersonLikedCombinedView:
        | { type_: "post" } & PostView
        | { type_: "comment" } & CommentView