lemmy-js-client
    Preparing search index...

    Type Alias LockComment

    Locks a comment and its children, IE prevents new replies.

    type LockComment = {
        comment_id: CommentId;
        locked: boolean;
        reason: string;
    }
    Index

    Properties

    comment_id: CommentId
    locked: boolean
    reason: string