Interface ModLockPostView

interface ModLockPostView {
    community: Community;
    mod_lock_post: ModLockPost;
    moderator?: Person;
    post: Post;
}

Properties

community: Community
mod_lock_post: ModLockPost
moderator?: Person
post: Post