interface CommentCountFilter {
    commentCount: number[];
    noComments: boolean;
}

Hierarchy (View Summary)

Properties

commentCount: number[]
noComments: boolean