Interface CommentsSummary

CommentsSummary

interface CommentsSummary {
    count?: number;
    url?: string;
}

Properties

Properties

count?: number

CommentsSummary

url?: string

CommentsSummary