Interface PagingData

Interface to represent the paging data in a paged response.

Author

Tiago Grosso tiagogrosso99@gmail.com

Since

0.1.0

Hierarchy

  • PagingData

Properties

Properties

cursors?: Cursors

The Cursors of the response.

next?: string

The next page of the response.

previous?: string

The previous page of the response.

Generated using TypeDoc