lemmy-js-client
    Preparing search index...

    Type Alias PostOrCommentOrPrivateMessage

    PostOrCommentOrPrivateMessage:
        | { type_: "Post" } & Post
        | { type_: "Comment" } & Comment
        | { type_: "PrivateMessage" } & PrivateMessage