lemmy-js-client
    Preparing search index...

    Type Alias RemovePost

    Remove a post (only doable by mods).

    type RemovePost = {
        post_id: PostId;
        reason?: string;
        removed: boolean;
    }
    Index

    Properties

    post_id

    post_id: PostId
    reason?: string
    removed: boolean