Interface WidgetsGetCommentsResponse

interface WidgetsGetCommentsResponse {
    count: number;
    posts: WidgetsWidgetComment[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total number

Generated using TypeDoc