Interface EditComment

interface EditComment {
    comment_id: number;
    content?: string;
    language_id?: number;
}

Properties

comment_id: number
content?: string
language_id?: number