Interface CommentAggregates

interface CommentAggregates {
    child_count: number;
    comment_id: number;
    downvotes: number;
    published: string;
    score: number;
    upvotes: number;
}

Properties

child_count: number
comment_id: number
downvotes: number
published: string
score: number
upvotes: number