Type alias PageOptionToken

PageOptionToken: {
    option: PageOption;
    value: string;
}

The type of the page option token used to add paging params to the request.

Type declaration

Generated using TypeDoc