Interface HidePost

interface HidePost {
    hide: boolean;
    post_ids: number[];
}

Properties

Properties

hide: boolean
post_ids: number[]