lemmy-js-client
    Preparing search index...

    Type Alias ModFeaturePost

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

    type ModFeaturePost = {
        featured: boolean;
        id: ModFeaturePostId;
        is_featured_community: boolean;
        mod_person_id: PersonId;
        post_id: PostId;
        published_at: string;
    }
    Index

    Properties

    featured: boolean
    is_featured_community: boolean
    mod_person_id: PersonId

    post_id

    post_id: PostId
    published_at: string