Interface PhotosGetAllCommentsResponse

interface PhotosGetAllCommentsResponse {
    count: number;
    items: WallWallComment[];
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

count: number

Total number

Generated using TypeDoc