lemmy-js-client
    Preparing search index...

    Type Alias PostOrCommentOrPrivateMessage

    PostOrCommentOrPrivateMessage:
        | { type_: "post" } & Post
        | { type_: "comment" } & Comment
        | { type_: "private_message" } & PrivateMessage