Interface ModFeaturePost

interface ModFeaturePost {
    featured: boolean;
    id: number;
    is_featured_community: boolean;
    mod_person_id: number;
    post_id: number;
    when_: string;
}

Properties

featured: boolean
id: number
is_featured_community: boolean
mod_person_id: number
post_id: number
when_: string