Interface SavePost

interface SavePost {
    post_id: number;
    save: boolean;
}

Properties

Properties

post_id: number
save: boolean