lemmy-js-client
    Preparing search index...

    Type Alias DeletePost

    Delete a post.

    type DeletePost = {
        deleted: boolean;
        post_id: PostId;
    }
    Index

    Properties

    Properties

    deleted: boolean

    post_id

    post_id: PostId