lemmy-js-client
    Preparing search index...

    Type Alias FeaturePost

    Feature a post (stickies / pins to the top).

    type FeaturePost = {
        feature_type: PostFeatureType;
        featured: boolean;
        post_id: PostId;
    }
    Index

    Properties

    feature_type: PostFeatureType
    featured: boolean

    post_id

    post_id: PostId