Light Logo
JavaScript SDK (v0.34.0)Reference

PaginatedResponse

Paginated response interface

Interface: PaginatedResponse<T>

Paginated response interface

Type Parameters

T

T

Properties

items

items: T[]

List of items returned in the current page


next_cursor

next_cursor: null | string

Cursor pointing to the next page


next_url

next_url: null | string

URL to fetch the next page


previous_cursor

previous_cursor: null | string

Cursor pointing to the previous page


previous_url

previous_url: null | string

URL to fetch the previous page