lemmy-js-client
    Preparing search index...

    Type Alias PostCommentCombinedView

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