Interface BoardGetCommentsResponse

interface BoardGetCommentsResponse {
    count: number;
    items: BoardTopicComment[];
    real_offset: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

count: number

Total number

real_offset: number

Offset of comment

Generated using TypeDoc