Interface DeletePost

interface DeletePost {
    deleted: boolean;
    post_id: number;
}

Properties

Properties

deleted: boolean
post_id: number