lemmy-js-client
    Preparing search index...

    Type Alias PersonContentCombinedView

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