Interface SaveComment

interface SaveComment {
    comment_id: number;
    save: boolean;
}

Properties

Properties

comment_id: number
save: boolean