Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface StatisticProviderApiResult

A result of statistic end point call.

Hierarchy

  • StatisticProviderApiResult

Index

Properties

hasMore

hasMore: boolean

Indicates if there are more rows or not.

offset

offset: number

The zero based offset.

rows

The list of rows.

totalCount

totalCount: number

The total number of rows.

Generated using TypeDoc