ListResponseOf interface

The response data for a requested list of items.

Properties

data

The requested list of items.

firstId

The first ID represented in this list.

hasMore

A value indicating whether there are additional values available not captured in this list.

lastId

The last ID represented in this list.

Property Details

data

The requested list of items.

data: T[]

Property Value

T[]

firstId

The first ID represented in this list.

firstId: string

Property Value

string

hasMore

A value indicating whether there are additional values available not captured in this list.

hasMore: boolean

Property Value

boolean

lastId

The last ID represented in this list.

lastId: string

Property Value

string