Skip to main content

Interface: TokenSummaryResult

Result structure produced by getSummary.

Properties

nextCursor?

optional nextCursor: string;

Pagination cursor for fetching subsequent results.


results

results: object[];

Aggregated rows grouped by model and window key.


window

window: TokenWindow;

Window that was aggregated.