Type Alias ModFeaturePostView

ModFeaturePostView: {
    community: Community;
    mod_feature_post: ModFeaturePost;
    moderator?: Person;
    other_person: Person;
    post: Post;
}

When a moderator features a post on a community (pins it to the top).

Type declaration