Interface RemoveComment

interface RemoveComment {
    comment_id: number;
    reason?: string;
    removed: boolean;
}

Properties

comment_id: number
reason?: string
removed: boolean