twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks
Welcome

HelixPaginatedResultWithTotal<T>

A result coming from a Helix resource that is paginated using a cursor, also including a total number of items.

{
A cursor for traversing more results.
cursor: string
The returned data.
data: Array<T>
The total number of items.
total: number
}

Properties

cursor

Type: string

A cursor for traversing more results.

data

Type: Array<T>

The returned data.

total

Type: number

The total number of items.