Interface WidgetsCommentReplies

interface WidgetsCommentReplies {
    count: number;
    replies: WidgetsCommentRepliesItem[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Comments number

Generated using TypeDoc