Package version:

Interface PageListInternal

the list of pages

interface PageListInternal {
    clearRange?: {};
    continuationToken?: string;
    pageRange?: {};
}

Properties

clearRange?: {}
continuationToken?: string
pageRange?: {}