Interface CreateCommentReport

interface CreateCommentReport {
    comment_id: number;
    reason: string;
}

Properties

Properties

comment_id: number
reason: string