Interface PreviewPaginationResponse

The pagination object that is returned with paginated responses.

PaginationResponse

interface PreviewPaginationResponse {
    next: string;
}

Properties

Properties

next: string

The token to use to retrieve the next page of results.

PaginationResponse