lemmy-js-client
    Preparing search index...

    Type Alias ModLockPostView

    When a moderator locks a post (prevents new comments being made).

    type ModLockPostView = {
        community: Community;
        mod_lock_post: ModLockPost;
        moderator?: Person;
        other_person: Person;
        post: Post;
    }
    Index

    Properties

    community: Community

    mod_lock_post

    mod_lock_post: ModLockPost
    moderator?: Person
    other_person: Person

    post

    post: Post