Interface FeaturePost

interface FeaturePost {
    feature_type: PostFeatureType;
    featured: boolean;
    post_id: number;
}

Properties

feature_type: PostFeatureType
featured: boolean
post_id: number