Interface DistinguishComment

interface DistinguishComment {
    comment_id: number;
    distinguished: boolean;
}

Properties

comment_id: number
distinguished: boolean