Skip to content

Rule.io SDK


Rule.io SDK / client/src / ExportStatisticsResult

Interface: ExportStatisticsResult

Defined in: client/src/resources/exports/exports.types.ts:159

Result from the statistics export endpoint.

Includes an optional nextPageToken for retrieving subsequent pages.

Properties

data

data: ExportStatisticRecord[]

Defined in: client/src/resources/exports/exports.types.ts:160


nextPageToken?

optional nextPageToken?: string | null

Defined in: client/src/resources/exports/exports.types.ts:162

Token to pass as nextPageToken to fetch the next page.