lemmy-js-client
    Preparing search index...

    Type Alias LockPost

    Lock a post (prevent new comments).

    type LockPost = {
        locked: boolean;
        post_id: PostId;
        reason?: string;
    }
    Index

    Properties

    locked: boolean

    post_id

    post_id: PostId
    reason?: string