lemmy-js-client
    Preparing search index...

    Type Alias PurgePost

    Purges a post from the database. This will delete all content attached to that post.

    type PurgePost = {
        post_id: PostId;
        reason?: string;
    }
    Index

    Properties

    Properties

    post_id

    post_id: PostId
    reason?: string